Skip to content

Commit ebc83c1

Browse files
committed
fmt
1 parent f37ac96 commit ebc83c1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ use crate::{
8282
BalanceOf,
8383
};
8484

85+
use core::cmp::min;
8586
use frame_support::{
8687
migrations::{MigrationId, SteppedMigration, SteppedMigrationError},
8788
pallet_prelude::*,
@@ -93,7 +94,6 @@ use frame_support::{
9394
weights::WeightMeter,
9495
};
9596
use sp_runtime::traits::Zero;
96-
use core::cmp::min;
9797

9898
#[cfg(any(test, feature = "try-runtime"))]
9999
use alloc::collections::BTreeMap;

0 commit comments

Comments
 (0)