diff --git a/common/commands/src/validator/mixnet/delegators/delegate_to_multiple_mixnodes.rs b/common/commands/src/validator/mixnet/delegators/delegate_to_multiple_mixnodes.rs index 3cdf9ee527..ca98e24275 100644 --- a/common/commands/src/validator/mixnet/delegators/delegate_to_multiple_mixnodes.rs +++ b/common/commands/src/validator/mixnet/delegators/delegate_to_multiple_mixnodes.rs @@ -23,7 +23,10 @@ pub struct Args { #[clap(long)] pub memo: Option, - #[clap(long, help = "Input csv files with delegation amounts. Format: mixid, amount in NYM")] + #[clap( + long, + help = "Input csv files with delegation amounts. Format: mixid, amount in NYM" + )] pub input: String, #[clap(