fix nbspc
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user