Skip to content

Commit 367f12f

Browse files
fix fmt
1 parent 8995af0 commit 367f12f

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

fuzz/fuzz_targets/rust_compress_oracle.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#![no_main]
22

3-
use fastpfor::cpp;
4-
use fastpfor::rust;
5-
use fastpfor::CodecToSlice;
3+
use fastpfor::{CodecToSlice, cpp, rust};
64
use libfuzzer_sys::fuzz_target;
75

86
fuzz_target!(|data: FuzzInput| {

fuzz/fuzz_targets/rust_decompress_oracle.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#![no_main]
22

3-
use fastpfor::cpp;
4-
use fastpfor::rust;
5-
use fastpfor::CodecToSlice;
3+
use fastpfor::{CodecToSlice, cpp, rust};
64
use libfuzzer_sys::fuzz_target;
75

86
fuzz_target!(|data: FuzzInput| {

0 commit comments

Comments
 (0)