From f299c799c965cf794ba0fd7fcc4db107607b0dcc Mon Sep 17 00:00:00 2001 From: Tarek Mohamed Abdalla Date: Tue, 1 Oct 2024 09:17:09 +0000 Subject: [PATCH] fmt --- runtime/common/src/migrations.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/runtime/common/src/migrations.rs b/runtime/common/src/migrations.rs index cac45f5cb9..58e4eb52bd 100644 --- a/runtime/common/src/migrations.rs +++ b/runtime/common/src/migrations.rs @@ -236,8 +236,10 @@ pub struct CommonMigrations(PhantomData); impl GetMigrations for CommonMigrations 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: Into, {