diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-02-14 11:20:07 +0000 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-02-14 11:20:07 +0000 |
| commit | f3e8cec22e848f8df5a199cae4c7ef2d2c7a4d3e (patch) | |
| tree | 1fdd04158ac45fc8abd293f745518adc86c57c18 | |
| parent | f984696c3a631895d499783a29194fa9d960fd63 (diff) | |
| download | mullvadvpn-f3e8cec22e848f8df5a199cae4c7ef2d2c7a4d3e.tar.xz mullvadvpn-f3e8cec22e848f8df5a199cae4c7ef2d2c7a4d3e.zip | |
Fix formatting in talpid-core
| -rw-r--r-- | talpid-core/src/tunnel/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs index db73f2656d..6491071697 100644 --- a/talpid-core/src/tunnel/mod.rs +++ b/talpid-core/src/tunnel/mod.rs @@ -1,3 +1,4 @@ +use crate::logging; use std::{ collections::HashMap, ffi::OsString, @@ -5,7 +6,6 @@ use std::{ net::IpAddr, path::{Path, PathBuf}, }; -use crate::logging; #[cfg(unix)] use talpid_types::net::wireguard as wireguard_types; use talpid_types::net::{openvpn as openvpn_types, GenericTunnelOptions, TunnelParameters}; |
