diff options
author | Mendes <mendes.oulamara@pm.me> | 2022-10-10 17:21:13 +0200 |
---|---|---|
committer | Mendes <mendes.oulamara@pm.me> | 2022-10-10 17:21:13 +0200 |
commit | 4abab246f1113a9a1988fdfca81c1dd8ffa323c8 (patch) | |
tree | 146ecf1a6fc09ebc35d709beb1e639032f1e1b59 /src/garage/cli/structs.rs | |
parent | fcf9ac674a2842b2b55d933e60af5af93dcc4592 (diff) | |
download | garage-4abab246f1113a9a1988fdfca81c1dd8ffa323c8.tar.gz garage-4abab246f1113a9a1988fdfca81c1dd8ffa323c8.zip |
cargo fmt
Diffstat (limited to 'src/garage/cli/structs.rs')
-rw-r--r-- | src/garage/cli/structs.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/garage/cli/structs.rs b/src/garage/cli/structs.rs index 896379bb..02ed8992 100644 --- a/src/garage/cli/structs.rs +++ b/src/garage/cli/structs.rs @@ -86,10 +86,10 @@ pub enum LayoutOperation { /// Remove role from Garage cluster node #[structopt(name = "remove", version = garage_version())] Remove(RemoveRoleOpt), - - /// Configure parameters value for the layout computation + + /// Configure parameters value for the layout computation #[structopt(name = "config", version = garage_version())] - Config(ConfigLayoutOpt), + Config(ConfigLayoutOpt), /// Show roles currently assigned to nodes and changes staged for commit #[structopt(name = "show", version = garage_version())] @@ -104,7 +104,6 @@ pub enum LayoutOperation { Revert(RevertLayoutOpt), } - #[derive(StructOpt, Debug)] pub struct AssignRoleOpt { /// Node(s) to which to assign role (prefix of hexadecimal node id) |