We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dd9f7 commit 6fa3408Copy full SHA for 6fa3408
substrate/frame/indices/src/migration/v1/mod.rs
@@ -318,11 +318,7 @@ where
318
mod tests {
319
use super::*;
320
use crate::{mock::*, Pallet};
321
- use frame_support::{
322
- assert_ok,
323
- pallet_prelude::StorageVersion,
324
- traits::fungible::Mutate,
325
- };
+ use frame_support::{assert_ok, pallet_prelude::StorageVersion, traits::fungible::Mutate};
326
327
fn account_from_u8(byte: u8) -> <Test as frame_system::Config>::AccountId {
328
byte as u64
0 commit comments