Reformat
This commit is contained in:
parent
7e6472c761
commit
744068b117
1 changed files with 1 additions and 1 deletions
|
@ -119,8 +119,8 @@ pub(crate) mod zip_writer {
|
|||
use crate::result::ZipError::InvalidArchive;
|
||||
use crate::write::GenericZipWriter::{Closed, Storer};
|
||||
use crate::zipcrypto::ZipCryptoKeys;
|
||||
pub use zip_writer::ZipWriter;
|
||||
use crate::CompressionMethod::Deflated;
|
||||
pub use zip_writer::ZipWriter;
|
||||
|
||||
#[derive(Default)]
|
||||
struct ZipWriterStats {
|
||||
|
|
Loading…
Add table
Reference in a new issue