fix fmt
This commit is contained in:
parent
5c4f0906f8
commit
b91f48a224
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ impl CentralDirectoryEnd {
|
|||
reader.seek(io::SeekFrom::Current(
|
||||
BYTES_BETWEEN_MAGIC_AND_COMMENT_SIZE as i64,
|
||||
))?;
|
||||
|
||||
let cde_start_pos = reader.seek(io::SeekFrom::Start(pos as u64))?;
|
||||
return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue