mirror of
https://github.com/trussed-dev/trussed-staging.git
synced 2026-06-20 04:16:23 -07:00
Run cargo fmt
This commit is contained in:
@@ -268,9 +268,9 @@ pub fn abort_chunked_write(
|
||||
path: &PathBuf,
|
||||
location: Location,
|
||||
) -> bool {
|
||||
let Ok(path) = chunks_path(client_id,path, location) else {
|
||||
return false;
|
||||
};
|
||||
let Ok(path) = chunks_path(client_id, path, location) else {
|
||||
return false;
|
||||
};
|
||||
trussed::store::delete(store, Location::Volatile, &path)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user