diff --git a/substrate/frame/alliance/src/benchmarking.rs b/substrate/frame/alliance/src/benchmarking.rs index fc95c0152b68e..76c05368c46ee 100644 --- a/substrate/frame/alliance/src/benchmarking.rs +++ b/substrate/frame/alliance/src/benchmarking.rs @@ -288,7 +288,8 @@ mod benchmarks { Ok(()) } - // We choose 4 as a minimum for param m, so we always trigger a vote in the voting loop (`for j in ...`) + // We choose 4 as a minimum for param m, so we always trigger a vote in the voting loop (`for j + // in ...`) #[benchmark] fn close_early_approved( b: Linear<1, MAX_BYTES>, @@ -325,7 +326,8 @@ mod benchmarks { } let index = p - 1; - // Caller switches vote to nay on their own proposal, allowing them to be the deciding approval vote + // Caller switches vote to nay on their own proposal, allowing them to be the deciding + // approval vote Alliance::::vote( SystemOrigin::Signed(proposer.clone()).into(), last_hash.clone(), @@ -368,7 +370,8 @@ mod benchmarks { Ok(()) } - // We choose 5 fellows as a minimum so we always trigger a vote in the voting loop (`for j in ...`) + // We choose 5 fellows as a minimum so we always trigger a vote in the voting loop (`for j in + // ...`) #[benchmark] fn close_disapproved( b: Linear<1, MAX_BYTES>,