Skip to content

Commit 7e81390

Browse files
committed
rust fmt
1 parent c7f7859 commit 7e81390

File tree

2 files changed

+6
-4
lines changed
  • system-parachains/asset-hubs

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,10 +1786,11 @@ impl pallet_state_trie_migration::Config for Runtime {
17861786
type RuntimeHoldReason = RuntimeHoldReason;
17871787
type SignedDepositPerItem = MigrationSignedDepositPerItem;
17881788
type SignedDepositBase = MigrationSignedDepositBase;
1789-
// An origin that can control the whole pallet: Should be a Fellowship member or the controller of the migration.
1789+
// An origin that can control the whole pallet: Should be a Fellowship member or the controller
1790+
// of the migration.
17901791
type ControlOrigin = EitherOfDiverse<
17911792
EnsureXcm<IsVoiceOfBody<FellowshipLocation, FellowsBodyId>>,
1792-
EnsureSignedBy<MigControllerRoot, AccountId>
1793+
EnsureSignedBy<MigControllerRoot, AccountId>,
17931794
>;
17941795
type SignedFilter = EnsureSignedBy<MigController, AccountId>;
17951796

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,10 +1765,11 @@ impl pallet_state_trie_migration::Config for Runtime {
17651765
type RuntimeHoldReason = RuntimeHoldReason;
17661766
type SignedDepositPerItem = MigrationSignedDepositPerItem;
17671767
type SignedDepositBase = MigrationSignedDepositBase;
1768-
// An origin that can control the whole pallet: Should be a Fellowship member or the controller of the migration.
1768+
// An origin that can control the whole pallet: Should be a Fellowship member or the controller
1769+
// of the migration.
17691770
type ControlOrigin = EitherOfDiverse<
17701771
EnsureXcm<IsVoiceOfBody<FellowshipLocation, FellowsBodyId>>,
1771-
EnsureSignedBy<MigControllerRoot, AccountId>
1772+
EnsureSignedBy<MigControllerRoot, AccountId>,
17721773
>;
17731774
type SignedFilter = EnsureSignedBy<MigController, AccountId>;
17741775

0 commit comments

Comments
 (0)