summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/cli.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-10-05 12:54:23 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-10-05 12:54:23 +0200
commit4a2f736d7783b18db07ead7ac3e22a49e3fb5637 (patch)
tree62eab0187b277a192610f72d1b18b1a530e2b416 /mullvad-daemon/src/cli.rs
parent4903ac1e039860cb3a73df1b0a94fe39f1bdbcd0 (diff)
downloadmullvadvpn-4a2f736d7783b18db07ead7ac3e22a49e3fb5637.tar.xz
mullvadvpn-4a2f736d7783b18db07ead7ac3e22a49e3fb5637.zip
Upgrade rustfmt-nightly to 0.2.8
Diffstat (limited to 'mullvad-daemon/src/cli.rs')
-rw-r--r--mullvad-daemon/src/cli.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mullvad-daemon/src/cli.rs b/mullvad-daemon/src/cli.rs
index 215783bc77..d3350ad90f 100644
--- a/mullvad-daemon/src/cli.rs
+++ b/mullvad-daemon/src/cli.rs
@@ -49,8 +49,6 @@ fn create_app() -> App<'static, 'static> {
Arg::with_name("tunnel_log_file")
.long("tunnel-log")
.takes_value(true)
- .help(
- "Save log from tunnel implementation process to this file path",
- ),
+ .help("Save log from tunnel implementation process to this file path"),
)
}