about summary refs log tree commit diff stats
path: root/pkgs/by-name/ts/tskm/src/interface/input/handle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ts/tskm/src/interface/input/handle.rs')
-rw-r--r--pkgs/by-name/ts/tskm/src/interface/input/handle.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ts/tskm/src/interface/input/handle.rs b/pkgs/by-name/ts/tskm/src/interface/input/handle.rs
index f9772f34..d9904657 100644
--- a/pkgs/by-name/ts/tskm/src/interface/input/handle.rs
+++ b/pkgs/by-name/ts/tskm/src/interface/input/handle.rs
@@ -82,7 +82,7 @@ pub fn handle(command: InputCommand, state: &mut State) -> Result<()> {
                 )?;
 
                 {
-                    use std::io::{stdin, stdout, Write};
+                    use std::io::{Write, stdin, stdout};
 
                     let mut s = String::new();
                     eprint!("Continue? (y/N) ");