summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-03-21 13:05:12 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-03-21 13:05:12 +0100
commitd412ea5fe9c980c4af7af1eb190cab5d336b4848 (patch)
tree63503f038ae5149b16555ac0fe42c49a78271a51 /talpid-core/src
parentb83abbdc7b943cd4c1a451588445bf6615609c70 (diff)
downloadmullvadvpn-d412ea5fe9c980c4af7af1eb190cab5d336b4848.tar.xz
mullvadvpn-d412ea5fe9c980c4af7af1eb190cab5d336b4848.zip
Remove rustfmt 0.3.8 requirement and re-format with 0.4.1
Diffstat (limited to 'talpid-core/src')
-rw-r--r--talpid-core/src/tunnel/openvpn.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/openvpn.rs b/talpid-core/src/tunnel/openvpn.rs
index 5aa5a298a3..7093d5450c 100644
--- a/talpid-core/src/tunnel/openvpn.rs
+++ b/talpid-core/src/tunnel/openvpn.rs
@@ -32,7 +32,7 @@ pub use self::errors::*;
#[cfg(unix)]
-lazy_static!{
+lazy_static! {
static ref OPENVPN_DIE_TIMEOUT: Duration = Duration::from_secs(2);
}