diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-07-30 13:23:17 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-07-30 13:23:17 +0200 |
| commit | 6b794ac1b3454d08a8efea71e912b4e7cbc6c9ee (patch) | |
| tree | cbd0ff3968aad4d897e5daf2c10bd46c34d03d12 /mullvad-cli/src/cmds/lan.rs | |
| parent | a9270436ab85bc01eb3313d72ce231008676d7f0 (diff) | |
| download | mullvadvpn-6b794ac1b3454d08a8efea71e912b4e7cbc6c9ee.tar.xz mullvadvpn-6b794ac1b3454d08a8efea71e912b4e7cbc6c9ee.zip | |
Reformat with rustfmt 0.9.0
Diffstat (limited to 'mullvad-cli/src/cmds/lan.rs')
| -rw-r--r-- | mullvad-cli/src/cmds/lan.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mullvad-cli/src/cmds/lan.rs b/mullvad-cli/src/cmds/lan.rs index 7f6b3a0444..bd6516f6bf 100644 --- a/mullvad-cli/src/cmds/lan.rs +++ b/mullvad-cli/src/cmds/lan.rs @@ -22,8 +22,7 @@ impl Command for Lan { .required(true) .possible_values(&["allow", "block"]), ), - ) - .subcommand( + ).subcommand( clap::SubCommand::with_name("get") .about("Display the current local network sharing setting"), ) |
