Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBrienen committed Dec 22, 2024
1 parent 16b06ee commit f687926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_math/src/bounding/bounded2d/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ use crate::{
prelude::{Mat2, Rot2, Vec2},
FloatPow, Isometry2d,
};
use no_panic::no_panic;
#[cfg(feature = "bevy_reflect")]
use bevy_reflect::Reflect;
use no_panic::no_panic;

/// Computes the geometric center of the given set of points.
#[inline(always)]
Expand Down

0 comments on commit f687926

Please sign in to comment.