Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocollado committed Feb 5, 2024
1 parent 39322a0 commit 900ebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/dancebox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ impl pallet_treasury::Config for Runtime {
type BalanceConverter = UnityAssetBalanceConversion;
type PayoutPeriod = ConstU32<0>;
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = BenchmarkHelper;
type BenchmarkHelper = ();
}

// Create the runtime by composing the FRAME pallets that were previously configured.
Expand Down
2 changes: 1 addition & 1 deletion runtime/flashbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ impl pallet_treasury::Config for Runtime {
type BalanceConverter = UnityAssetBalanceConversion;
type PayoutPeriod = ConstU32<0>;
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = BenchmarkHelper;
type BenchmarkHelper = ();
}

// Create the runtime by composing the FRAME pallets that were previously configured.
Expand Down

0 comments on commit 900ebf6

Please sign in to comment.