Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2024-10-16 18:08:51 +00:00 committed by GitHub
parent 427abcca4a
commit bbb80d59c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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