mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-05 08:17:11 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
427abcca4a
commit
bbb80d59c8
@ -528,7 +528,10 @@ async fn check_caps(
|
|||||||
.await;
|
.await;
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
let db_path = state.sqlite_path.join(format!("{}", request.package_id)).join(&request.db);
|
let db_path = state
|
||||||
|
.sqlite_path
|
||||||
|
.join(format!("{}", request.package_id))
|
||||||
|
.join(&request.db);
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
let db_path = state
|
let db_path = state
|
||||||
.sqlite_path
|
.sqlite_path
|
||||||
|
Loading…
Reference in New Issue
Block a user