Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
PieWol committed Feb 25, 2024
1 parent 620f7e7 commit 2712e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/conviction-voting/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn funded_account<T: Config<I>, I: 'static>(name: &'static str, index: u32) -> T
let caller: T::AccountId = account(name, index, SEED);
T::Currency::set_balance(&caller, 100_000_000u32.into());
// remove all freezes from previous benchmarks so we never run out of available funds
T::Currency::thaw(&FreezeReason::ConvictionVoting.into(), &caller);
let _ = T::Currency::thaw(&FreezeReason::ConvictionVoting.into(), &caller);
caller
}

Expand Down

0 comments on commit 2712e10

Please sign in to comment.