aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli.rs')
-rw-r--r--tests/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli.rs b/tests/cli.rs
index 5bd7d96..e09473d 100644
--- a/tests/cli.rs
+++ b/tests/cli.rs
@@ -1,9 +1,9 @@
mod fixtures;
use assert_cmd::prelude::*;
-use structopt::clap::{crate_name, crate_version};
use fixtures::Error;
use std::process::Command;
+use structopt::clap::{crate_name, crate_version};
#[test]
/// Show help and exit.