Run cargo fmt

This commit is contained in:
Sosthène Guédon
2023-10-24 10:50:45 +02:00
parent c3822d658e
commit bf51805abf
+3 -3
View File
@@ -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)
}