diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-04-08 10:50:43 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-04-09 11:03:32 +0200 |
| commit | 8eea4eae01061fb76ce1aac45ea296f60867b62c (patch) | |
| tree | 09455ab30579abdf1b30b9038a7626f6d280fc11 /test/test-manager/src/main.rs | |
| parent | 88bba34062f1efccafa52578d56601a97f8e5e2b (diff) | |
| download | mullvadvpn-8eea4eae01061fb76ce1aac45ea296f60867b62c.tar.xz mullvadvpn-8eea4eae01061fb76ce1aac45ea296f60867b62c.zip | |
Run `cargo +nightly fmt`
Diffstat (limited to 'test/test-manager/src/main.rs')
| -rw-r--r-- | test/test-manager/src/main.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-manager/src/main.rs b/test/test-manager/src/main.rs index f81bf77594..a708c3fe29 100644 --- a/test/test-manager/src/main.rs +++ b/test/test-manager/src/main.rs @@ -11,8 +11,7 @@ mod vm; use std::path::PathBuf; -use anyhow::Context; -use anyhow::Result; +use anyhow::{Context, Result}; use clap::Parser; use std::net::SocketAddr; use tests::config::DEFAULT_MULLVAD_HOST; @@ -81,7 +80,8 @@ enum Commands { /// /// # Note /// - /// The gRPC interface must be compatible with the version specified for `mullvad-management-interface` in Cargo.toml. + /// The gRPC interface must be compatible with the version specified for + /// `mullvad-management-interface` in Cargo.toml. #[arg(long, short)] current_app: String, |
