Skip to content

Commit 3e1af05

Browse files
committed
fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 32645b9 commit 3e1af05

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,12 @@ impl Contains<RuntimeCall> for SafeCallFilter {
494494
RuntimeCall::Staking(pallet_staking_async::Call::rebond { .. }) => true,
495495
RuntimeCall::Staking(pallet_staking_async::Call::unbond { .. }) => true,
496496
RuntimeCall::Staking(pallet_staking_async::Call::withdraw_unbonded { .. }) => true,
497-
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_session_report { .. }) => true,
498-
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_new_offence_paged { .. }) => true,
497+
RuntimeCall::StakingRcClient(
498+
pallet_staking_async_rc_client::Call::relay_session_report { .. },
499+
) => true,
500+
RuntimeCall::StakingRcClient(
501+
pallet_staking_async_rc_client::Call::relay_new_offence_paged { .. },
502+
) => true,
499503
RuntimeCall::System(frame_system::Call::authorize_upgrade { .. }) => true,
500504
RuntimeCall::System(frame_system::Call::set_storage { .. }) => true,
501505
RuntimeCall::ToPolkadotXcmRouter(pallet_xcm_bridge_hub_router::Call::<

system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,12 @@ impl Contains<RuntimeCall> for SafeCallFilter {
568568
RuntimeCall::Staking(pallet_staking_async::Call::rebond { .. }) => true,
569569
RuntimeCall::Staking(pallet_staking_async::Call::unbond { .. }) => true,
570570
RuntimeCall::Staking(pallet_staking_async::Call::withdraw_unbonded { .. }) => true,
571-
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_session_report { .. }) => true,
572-
RuntimeCall::StakingRcClient(pallet_staking_async_rc_client::Call::relay_new_offence_paged { .. }) => true,
571+
RuntimeCall::StakingRcClient(
572+
pallet_staking_async_rc_client::Call::relay_session_report { .. },
573+
) => true,
574+
RuntimeCall::StakingRcClient(
575+
pallet_staking_async_rc_client::Call::relay_new_offence_paged { .. },
576+
) => true,
573577
RuntimeCall::System(frame_system::Call::authorize_upgrade { .. }) => true,
574578
RuntimeCall::System(frame_system::Call::set_storage { .. }) => true,
575579
RuntimeCall::ToKusamaXcmRouter(pallet_xcm_bridge_hub_router::Call::<

0 commit comments

Comments
 (0)