Skip to content

Commit

Permalink
fix: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Dec 29, 2024
1 parent 1dc2eec commit d8e1d65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions benches/benches/bevy_math/bezier.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use benches::bench;
use bevy_math::{prelude::*, VectorSpace};
use core::hint::black_box;
use criterion::{
criterion_group, measurement::Measurement, BatchSize, BenchmarkGroup, BenchmarkId,
Criterion,
criterion_group, measurement::Measurement, BatchSize, BenchmarkGroup, BenchmarkId, Criterion,
};
use core::hint::black_box;

criterion_group!(benches, segment_ease, curve_position, curve_iter_positions);

Expand Down

0 comments on commit d8e1d65

Please sign in to comment.