Skip to content

Commit fc1467b

Browse files
committed
cargo fmt
1 parent be2953a commit fc1467b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use core::num::NonZeroU32;
22

33
use criterion::{criterion_group, criterion_main, BatchSize, Criterion};
4-
use crypto_bigint::{nlimbs, Integer, BoxedUint, Odd, RandomBits, Uint, U1024, U128, U256};
4+
use crypto_bigint::{nlimbs, BoxedUint, Integer, Odd, RandomBits, Uint, U1024, U128, U256};
55
use rand_chacha::ChaCha8Rng;
66
use rand_core::{CryptoRngCore, OsRng, SeedableRng};
77

0 commit comments

Comments
 (0)