summaryrefslogtreecommitdiff
path: root/src/term.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.rs')
-rw-r--r--src/term.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.rs b/src/term.rs
index cb0a07c..1e08c84 100644
--- a/src/term.rs
+++ b/src/term.rs
@@ -1,8 +1,8 @@
use crossterm::{
+ Command, QueueableCommand,
cursor::MoveTo,
style::{Attribute, Color, ResetColor, SetAttribute, SetForegroundColor},
terminal::{Clear, ClearType},
- Command, QueueableCommand,
};
use std::{
fmt, fs,