diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-03-06 15:23:12 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-03-06 15:23:12 +0100 |
| commit | 379172f8b87aebc9f2e7c4327d6d3ef744f9dc93 (patch) | |
| tree | e644230f3cb7e27d0a74624e21b3ca0537989be1 /talpid_cli | |
| parent | 1e62f77263526e3190d36f672b9df797225a4a2f (diff) | |
| download | mullvadvpn-379172f8b87aebc9f2e7c4327d6d3ef744f9dc93.tar.xz mullvadvpn-379172f8b87aebc9f2e7c4327d6d3ef744f9dc93.zip | |
Rustfmt import fixes
Diffstat (limited to 'talpid_cli')
| -rw-r--r-- | talpid_cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_cli/src/main.rs b/talpid_cli/src/main.rs index f2e54dcf2f..552e47bdc7 100644 --- a/talpid_cli/src/main.rs +++ b/talpid_cli/src/main.rs @@ -11,8 +11,8 @@ use std::io::{self, Read, Write}; use std::sync::mpsc::{self, Receiver}; use std::thread; -use talpid_core::process::openvpn::OpenVpnCommand; use talpid_core::process::monitor::{ChildMonitor, ChildSpawner}; +use talpid_core::process::openvpn::OpenVpnCommand; mod cli; |
