Skip to content

Commit 1c4d43a

Browse files
committed
Fix formatting
1 parent b56b95b commit 1c4d43a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bench:
99
test:
1010
cargo test --all-features
1111
test-fuzz:
12-
ARBTEST_BUDGET_MS=60000 cargo test --all-features --release
12+
ARBTEST_BUDGET_MS=6000000 cargo test --all-features --release

tests/fuzzing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#[cfg(feature = "arbitrary")]
22
#[test]
33
fn test_fuzzing() {
4+
use ::arbitrary::{Arbitrary, Unstructured};
45
use whatlang::Detector;
5-
use ::arbitrary::{Unstructured, Arbitrary};
66

77
fn prop(u: &mut Unstructured) -> ::arbitrary::Result<()> {
88
let detector = Detector::arbitrary(u)?;

0 commit comments

Comments
 (0)