Run cargo fmt

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 11:52:34 +01:00
parent 226eac35c3
commit 2dda9132cd
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 6 additions and 3 deletions

View file

@ -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;