summaryrefslogtreecommitdiffstats
path: root/src/joshuto/tab.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/joshuto/tab.rs')
-rw-r--r--src/joshuto/tab.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/joshuto/tab.rs b/src/joshuto/tab.rs
index f2400b9..b734528 100644
--- a/src/joshuto/tab.rs
+++ b/src/joshuto/tab.rs
@@ -1,11 +1,11 @@
+use std::path;
+
use joshuto::config;
use joshuto::history;
use joshuto::sort;
use joshuto::structs::JoshutoDirList;
use joshuto::ui;
-use joshuto::window::JoshutoPanel;
-use joshuto::window::JoshutoView;
-use std::path;
+use joshuto::window::{JoshutoPanel, JoshutoView};
use joshuto::theme_t;