Formatting tweaks
This commit is contained in:
parent
28f045e17e
commit
2f4acd3900
1 changed files with 2 additions and 1 deletions
|
@ -128,8 +128,9 @@ impl FileOptions {
|
|||
self
|
||||
}
|
||||
|
||||
/// Changes the compression method to Deflate if it would otherwise be no compression.
|
||||
#[must_use]
|
||||
#[cfg(fuzzing)]
|
||||
/// Changes the compression method to the default if it would otherwise be no compression.
|
||||
pub fn force_compression(mut self) -> FileOptions {
|
||||
if self.compression_method == CompressionMethod::Stored {
|
||||
self.compression_method = CompressionMethod::Deflated;
|
||||
|
|
Loading…
Add table
Reference in a new issue