fix nbspc
This commit is contained in:
+1
-1
@@ -324,7 +324,7 @@ async fn compress(path: impl AsRef<Path>) {
|
||||
|
||||
fs::remove_file(path)
|
||||
.await
|
||||
.map_err(|e| format_err!("remove {path_str} failed: {e}"))
|
||||
.map_err(|e| format_err!("remove {path_str} failed: {e}"))
|
||||
}
|
||||
.await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user