Skip to content

Commit 19a1863

Browse files
committed
run cargo fmt
1 parent fc32a4d commit 19a1863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/game/breakout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use bevy::{
2-
core::{FixedTimestep},
2+
core::FixedTimestep,
33
prelude::*,
44
render::pass::ClearColor,
55
sprite::collide_aabb::{collide, Collision},

0 commit comments

Comments
 (0)