Skip to content

Commit

Permalink
[style] Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-lua committed Jan 6, 2024
1 parent 6766d90 commit 59729e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/debug_overlay/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use bevy_hierarchy::{Children, Parent};
use bevy_input::prelude::{ButtonInput, KeyCode};
use bevy_log::{info, warn};
use bevy_math::{Vec2, Vec3Swizzles};
use bevy_render::{prelude::*, view::RenderLayers, camera::ClearColorConfig};
use bevy_render::{camera::ClearColorConfig, prelude::*, view::RenderLayers};
use bevy_transform::{prelude::GlobalTransform, TransformSystem};
use bevy_utils::default;
use bevy_window::{PrimaryWindow, Window};
Expand Down

0 comments on commit 59729e0

Please sign in to comment.