Skip to content

Commit f40c514

Browse files
committed
Formatting
1 parent 48742b3 commit f40c514

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/3d/3d_gizmos.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
33
use std::f32::consts::PI;
44

5-
use bevy::{
6-
prelude::*,
7-
gizmos::clear_gizmo_context,
8-
};
5+
use bevy::{gizmos::clear_gizmo_context, prelude::*};
96

107
fn main() {
118
App::new()

0 commit comments

Comments
 (0)