Skip to content

Commit fd20852

Browse files
committed
Fix formatting
1 parent 7dd338d commit fd20852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/benchmark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use crc_fast::checksum;
44
use crc_fast::CrcAlgorithm;
55
use criterion::*;
66
use rand::{rng, RngCore};
7-
use std::time::Duration;
87
use std::hint::black_box;
8+
use std::time::Duration;
99

1010
pub const SIZES: &[(&str, i32); 2] = &[
1111
("1 MiB", 1024 * 1024),

0 commit comments

Comments
 (0)