style: cargo fmt --all
This commit is contained in:
parent
ad111aa297
commit
26e6462a8d
1 changed files with 2 additions and 1 deletions
|
@ -773,7 +773,8 @@ impl<R: Read + Seek> ZipArchive<R> {
|
|||
Err(e) => invalid_errors.push(e),
|
||||
Ok(o) => {
|
||||
if o.files.len() == footer.number_of_files as usize
|
||||
|| footer.number_of_files == ZIP64_ENTRY_THR as u16 {
|
||||
|| footer.number_of_files == ZIP64_ENTRY_THR as u16
|
||||
{
|
||||
ok_results.push((footer.clone(), o))
|
||||
} else {
|
||||
invalid_errors.push(InvalidArchive("wrong number of files"))
|
||||
|
|
Loading…
Add table
Reference in a new issue