Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 22, 2023
1 parent 7ead1b6 commit 6dc45a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/xcm-interface/src/mocks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ macro_rules! impl_mock {
type MaxReserves = ();
type ReserveIdentifier = [u8; 8];
type WeightInfo = ();
type RuntimeHoldReason = RuntimeHoldReason;
type RuntimeFreezeReason = RuntimeFreezeReason;
type RuntimeHoldReason = RuntimeHoldReason;
type RuntimeFreezeReason = RuntimeFreezeReason;
type FreezeIdentifier = ();
type MaxHolds = ();
type MaxFreezes = ();
Expand Down

0 comments on commit 6dc45a8

Please sign in to comment.