We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37ac96 commit ebc83c1Copy full SHA for ebc83c1
substrate/frame/indices/src/migration/v1/mod.rs
@@ -82,6 +82,7 @@ use crate::{
82
BalanceOf,
83
};
84
85
+use core::cmp::min;
86
use frame_support::{
87
migrations::{MigrationId, SteppedMigration, SteppedMigrationError},
88
pallet_prelude::*,
@@ -93,7 +94,6 @@ use frame_support::{
93
94
weights::WeightMeter,
95
96
use sp_runtime::traits::Zero;
-use core::cmp::min;
97
98
#[cfg(any(test, feature = "try-runtime"))]
99
use alloc::collections::BTreeMap;
0 commit comments