Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Jan 31, 2025
1 parent c8f6831 commit f5d9c67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type BalanceOf<Runtime> = <<Runtime as pallet_vesting::Config>::Currency as Curr
// The benchmarks macro will add <T:Config> 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
Expand Down

0 comments on commit f5d9c67

Please sign in to comment.