use rustfmt

This commit is contained in:
Crypto-Spartan 2022-01-04 23:01:32 +00:00
parent fa2af20814
commit e816ec1f8f

View File

@ -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!(