Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Oct 11, 2022
1 parent 7d6d4f4 commit afcd988
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions benches/encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,5 @@ fn encryption_256(criterion: &mut Criterion) {
bench_encrypt_sector(&mut group, &mut rng, &xts);
}

criterion_group!(
benches,
encryption_128,
encryption_256,
);
criterion_group!(benches, encryption_128, encryption_256,);
criterion_main!(benches);

0 comments on commit afcd988

Please sign in to comment.