diff options
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r-- | helix-term/src/commands.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index f7e137e0..3e60277c 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -10,8 +10,10 @@ use helix_core::{ use once_cell::sync::Lazy; -use crate::compositor::Compositor; -use crate::ui::{self, Popup, Prompt, PromptEvent}; +use crate::{ + compositor::Compositor, + ui::{self, Popup, Prompt, PromptEvent}, +}; use std::path::PathBuf; |