mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-23 10:00:37 +00:00
style: cargo fmt
This commit is contained in:
parent
3cb2367793
commit
d4581090d8
@ -128,7 +128,8 @@ pub fn compress_files(
|
|||||||
},
|
},
|
||||||
SevenZip => {
|
SevenZip => {
|
||||||
for file in files.iter() {
|
for file in files.iter() {
|
||||||
sevenz_rust::compress_to_path(file.as_path(), output_path).unwrap(); // todo error return
|
sevenz_rust::compress_to_path(file.as_path(), output_path).unwrap();
|
||||||
|
// todo error return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user