aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.rs b/src/args.rs
index bf16291..8893ebd 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -1,7 +1,7 @@
+use port_check::free_local_port;
use std::net::{IpAddr, Ipv4Addr, Ipv6Addr};
use std::path::PathBuf;
use structopt::StructOpt;
-use port_check::free_local_port;
use crate::auth;
use crate::errors::ContextualError;