From 9ceb467e6e12129b42d67a4a1ff3cb21bc7daadd Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 21 Feb 2025 01:22:56 +0100 Subject: Run `cargo fmt` --- core/src/shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/shell.rs') diff --git a/core/src/shell.rs b/core/src/shell.rs index 56250e2e..e3fcdf89 100644 --- a/core/src/shell.rs +++ b/core/src/shell.rs @@ -1,6 +1,6 @@ +use crate::InputMethod; use crate::event; use crate::window; -use crate::InputMethod; /// A connection to the state of a shell. /// -- cgit