Skip to content

Commit 6fa3408

Browse files
committed
fmt
1 parent 70dd9f7 commit 6fa3408

File tree

1 file changed

+1
-5
lines changed
  • substrate/frame/indices/src/migration/v1

1 file changed

+1
-5
lines changed

substrate/frame/indices/src/migration/v1/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,7 @@ where
318318
mod tests {
319319
use super::*;
320320
use crate::{mock::*, Pallet};
321-
use frame_support::{
322-
assert_ok,
323-
pallet_prelude::StorageVersion,
324-
traits::fungible::Mutate,
325-
};
321+
use frame_support::{assert_ok, pallet_prelude::StorageVersion, traits::fungible::Mutate};
326322

327323
fn account_from_u8(byte: u8) -> <Test as frame_system::Config>::AccountId {
328324
byte as u64

0 commit comments

Comments
 (0)