Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Nov 30, 2023
1 parent 5afef1b commit 908943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/proposals/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ use sp_std::convert::TryInto;

#[cfg(feature = "runtime-benchmarks")]
use frame_benchmarking::account;
use frame_support::assert_ok;
#[cfg(feature = "runtime-benchmarks")]
use sp_std::vec::Vec;
use frame_support::assert_ok;

// pub fn run_to_block(n: BlockNumber) {
// while System::block_number() < n {
Expand Down

0 comments on commit 908943b

Please sign in to comment.