mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 06:11:01 +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;
|
||||
|
||||
#[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")]
|
||||
let db_path = state
|
||||
.sqlite_path
|
||||
|
Loading…
Reference in New Issue
Block a user