Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Aug 9, 2022
1 parent 53db945 commit 38a2f26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1567,10 +1567,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(
pallet_staking::migrations::v10::MigrateToV10<Runtime>,
InitiateNominationPools
)
(pallet_staking::migrations::v10::MigrateToV10<Runtime>, InitiateNominationPools),
>;
/// The payload being signed in transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
Expand Down

0 comments on commit 38a2f26

Please sign in to comment.