From ad052ef498e1bca45b6922689ab6b053740e404c Mon Sep 17 00:00:00 2001 From: Sachin Kamath Date: Wed, 21 Feb 2024 19:14:12 +0530 Subject: [PATCH] fmt + clippy --- .../mixnet/delegators/delegate_to_multiple_mixnodes.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(