Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Oct 1, 2024
1 parent e570f3c commit f299c79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/common/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@ pub struct CommonMigrations<Runtime>(PhantomData<Runtime>);

impl<Runtime> GetMigrations for CommonMigrations<Runtime>
where
Runtime:
pallet_xcm::Config + pallet_transaction_payment::Config + pallet_xcm_weight_trader::Config,
Runtime: pallet_xcm::Config
+ pallet_transaction_payment::Config
+ pallet_xcm_weight_trader::Config
+ pallet_parachain_staking::Config,
Runtime::AccountId: Default,
BlockNumberFor<Runtime>: Into<u64>,
{
Expand Down

0 comments on commit f299c79

Please sign in to comment.