Skip to content

Commit 6dc45a8

Browse files
committed
fix format
1 parent 7ead1b6 commit 6dc45a8

File tree

1 file changed

+2
-2
lines changed
  • modules/xcm-interface/src/mocks

1 file changed

+2
-2
lines changed

modules/xcm-interface/src/mocks/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ macro_rules! impl_mock {
194194
type MaxReserves = ();
195195
type ReserveIdentifier = [u8; 8];
196196
type WeightInfo = ();
197-
type RuntimeHoldReason = RuntimeHoldReason;
198-
type RuntimeFreezeReason = RuntimeFreezeReason;
197+
type RuntimeHoldReason = RuntimeHoldReason;
198+
type RuntimeFreezeReason = RuntimeFreezeReason;
199199
type FreezeIdentifier = ();
200200
type MaxHolds = ();
201201
type MaxFreezes = ();

0 commit comments

Comments
 (0)