From f5d9c6730a1d4296648e8c91fce081b27e9c3f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senovilla=20Polo?= Date: Fri, 31 Jan 2025 16:24:13 +0100 Subject: [PATCH] fmt --- .../src/precompiles/vesting/benchmarking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs b/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs index 6960fd21..006db0a0 100644 --- a/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs +++ b/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs @@ -126,7 +126,7 @@ type BalanceOf = <::Currency as Curr // The benchmarks macro will add to all benchmark functions and as we specify a where // clause, that'll be added to. This triggers the clippy::multiple_bound_locations warning designed // to don't confuse developers by repeating trait bound locations. As this will be macro generated -// code that nobody will see, it's ok to annotate the module with it. +// code that nobody will see, it's ok to annotate the module with it. #[allow(clippy::multiple_bound_locations)] #[benchmarks( where