Skip to content

Commit 98ae495

Browse files
committed
fmt
1 parent 21abcbe commit 98ae495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benches/vpath_bench.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use criterion::{black_box, criterion_group, criterion_main, Criterion};
1+
use criterion::{Criterion, black_box, criterion_group, criterion_main};
2+
use pnp::fs::VPath;
23
use std::path::Path;
34
use std::time::Duration;
4-
use pnp::fs::VPath;
55

66
fn bench_vpath_native(c: &mut Criterion) {
77
let paths = vec![

0 commit comments

Comments
 (0)