fix nbspc

This commit is contained in:
Mikaël Cluseau
2026-04-14 11:05:34 +02:00
parent fe82ef4b17
commit d7d32efb43
+1 -1
View File
@@ -324,7 +324,7 @@ async fn compress(path: impl AsRef<Path>) {
fs::remove_file(path) fs::remove_file(path)
.await .await
.map_err(|e| format_err!("remove {path_str} failed: {e}")) .map_err(|e| format_err!("remove {path_str} failed: {e}"))
} }
.await; .await;