mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-22 17:40:17 +00:00
use rustfmt
This commit is contained in:
parent
fa2af20814
commit
e816ec1f8f
@ -616,7 +616,6 @@ fn list_archive_contents(
|
||||
let files: Box<dyn Iterator<Item = crate::Result<FileInArchive>>> = match formats[0] {
|
||||
Tar => Box::new(crate::archive::tar::list_archive(tar::Archive::new(reader))),
|
||||
Zip => {
|
||||
|
||||
if formats.len() > 1 {
|
||||
eprintln!("{orange}[WARNING]{reset}", orange = *colors::ORANGE, reset = *colors::RESET);
|
||||
eprintln!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user