Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli.rs b/tests/test_cli.rs
index b4397a1..d167b3e 100644
--- a/tests/test_cli.rs
+++ b/tests/test_cli.rs
@@ -5,7 +5,7 @@ use fixtures::*;
use assert_cmd::prelude::*;
use std::fs;
use std::fs::File;
-use std::io::{Read};
+use std::io::Read;
use std::process::Command;
use tempfile::tempdir;