Reformat
This commit is contained in:
parent
f46a0055ad
commit
d2e2b54625
1 changed files with 2 additions and 2 deletions
|
@ -176,12 +176,12 @@ impl arbitrary::Arbitrary<'_> for FileOptions {
|
|||
options.zopfli_buffer_size = Some(1 << u.int_in_range(9..=30)?);
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
Stored => {
|
||||
if bool::arbitrary(u)? {
|
||||
options.compression_level = Some(1);
|
||||
}
|
||||
},
|
||||
}
|
||||
_ => {
|
||||
if bool::arbitrary(u)? {
|
||||
options.compression_level = Some(u.int_in_range(0..=10)?);
|
||||
|
|
Loading…
Add table
Reference in a new issue