Run cargo fmt
This commit is contained in:
parent
226eac35c3
commit
2dda9132cd
2 changed files with 6 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
//! Handle events of a custom shader widget.
|
||||
use std::time::Instant;
|
||||
use crate::core::keyboard;
|
||||
use crate::core::mouse;
|
||||
use crate::core::touch;
|
||||
use std::time::Instant;
|
||||
|
||||
pub use crate::core::event::Status;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue