summaryrefslogtreecommitdiffstats
path: root/core/src/keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/keyboard')
-rw-r--r--core/src/keyboard/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/keyboard/event.rs b/core/src/keyboard/event.rs
index 6e483f5b..88c57b21 100644
--- a/core/src/keyboard/event.rs
+++ b/core/src/keyboard/event.rs
@@ -1,6 +1,6 @@
+use crate::SmolStr;
use crate::keyboard::key;
use crate::keyboard::{Key, Location, Modifiers};
-use crate::SmolStr;
/// A keyboard event.
///