Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ank4n authored and Morganamilo committed Dec 6, 2023
1 parent 028cb1d commit 15f682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/staking/src/pallet/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1869,8 +1869,8 @@ impl<T: Config> Pallet<T> {
}

fn check_paged_exposures() -> Result<(), TryRuntimeError> {
use sp_std::collections::btree_map::BTreeMap;
use sp_staking::PagedExposureMetadata;
use sp_std::collections::btree_map::BTreeMap;

// Sanity check for the paged exposure of the active era.
let mut exposures: BTreeMap<T::AccountId, PagedExposureMetadata<BalanceOf<T>>> =
Expand Down

0 comments on commit 15f682a

Please sign in to comment.