Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceeri committed Dec 13, 2023
1 parent 3756d33 commit 1443c40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/3d/3d_gizmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

use std::f32::consts::PI;

use bevy::{
prelude::*,
gizmos::clear_gizmo_context,
};
use bevy::{gizmos::clear_gizmo_context, prelude::*};

fn main() {
App::new()
Expand Down

0 comments on commit 1443c40

Please sign in to comment.