Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
choir: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
metricaez committed Feb 14, 2024
1 parent 44430fe commit 74f713d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion runtime/stout/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ pub type XcmRouter = (
XcmpQueue,
);


impl pallet_xcm::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type SendXcmOrigin = EnsureXcmOrigin<RuntimeOrigin, LocalOriginToLocation>;
Expand Down
1 change: 0 additions & 1 deletion runtime/trappist/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ pub type XcmRouter = (
XcmpQueue,
);


impl pallet_xcm::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type SendXcmOrigin = EnsureXcmOrigin<RuntimeOrigin, LocalOriginToLocation>;
Expand Down

0 comments on commit 74f713d

Please sign in to comment.