mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 10:20:32 +00:00
style: cargo fmt
DevITWay
This commit is contained in:
@@ -51,7 +51,9 @@ async fn download(
|
||||
"cargo",
|
||||
"LOCAL",
|
||||
));
|
||||
state.audit.log(AuditEntry::new("pull", "api", "", "cargo", ""));
|
||||
state
|
||||
.audit
|
||||
.log(AuditEntry::new("pull", "api", "", "cargo", ""));
|
||||
(StatusCode::OK, data).into_response()
|
||||
}
|
||||
Err(_) => StatusCode::NOT_FOUND.into_response(),
|
||||
|
||||
Reference in New Issue
Block a user