Reformat
This commit is contained in:
parent
130ca38cf6
commit
ed922b060a
1 changed files with 1 additions and 2 deletions
|
@ -1122,8 +1122,7 @@ impl<W: Write + Seek> GenericZipWriter<W> {
|
|||
&self,
|
||||
compression: CompressionMethod,
|
||||
compression_level: Option<i32>,
|
||||
#[cfg(feature = "deflate-zopfli")]
|
||||
zopfli_buffer_size: Option<usize>,
|
||||
#[cfg(feature = "deflate-zopfli")] zopfli_buffer_size: Option<usize>,
|
||||
) -> ZipResult<SwitchWriterFunction<W>> {
|
||||
if let Closed = self {
|
||||
return Err(
|
||||
|
|
Loading…
Add table
Reference in a new issue