Skip to content

Commit abc2d00

Browse files
fmt
1 parent 0096d08 commit abc2d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz_read/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use afl::fuzz;
55
use std::io::{Read, Seek, SeekFrom};
66
#[cfg(fuzzing)]
77
use tikv_jemallocator::Jemalloc;
8-
use zip::read::read_zipfile_from_stream;
98
use zip::macros::cfg_if;
9+
use zip::read::read_zipfile_from_stream;
1010

1111
const MAX_BYTES_TO_READ: u64 = 1 << 24;
1212

0 commit comments

Comments
 (0)