Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Nov 5, 2023
1 parent 4c73321 commit 7314133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ use bevy::{
ButtonState, Input,
},
prelude::{Entity, EventReader, Query, Resource, Time},
time::Real,
window::{
CursorEntered, CursorLeft, CursorMoved, ReceivedCharacter, RequestRedraw, WindowCreated,
WindowFocused,
}, time::Real,
},
};
use std::marker::PhantomData;

Expand Down

0 comments on commit 7314133

Please sign in to comment.