From 071ffbe0cb995fe3538cfe7a7feaee65a40d7100 Mon Sep 17 00:00:00 2001 From: ron Date: Mon, 2 Sep 2024 23:37:52 +0800 Subject: [PATCH] Fix fmt --- bridges/snowbridge/primitives/router/src/inbound/mod.rs | 6 ++---- bridges/snowbridge/primitives/router/src/outbound/mod.rs | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bridges/snowbridge/primitives/router/src/inbound/mod.rs b/bridges/snowbridge/primitives/router/src/inbound/mod.rs index 00a7c0cc66fc..fd3f71390bbe 100644 --- a/bridges/snowbridge/primitives/router/src/inbound/mod.rs +++ b/bridges/snowbridge/primitives/router/src/inbound/mod.rs @@ -168,8 +168,7 @@ impl< ConvertAssetId, UniversalLocation, GlobalAssetHubLocation, - > -where + > where CreateAssetCall: Get, CreateAssetDeposit: Get, InboundQueuePalletInstance: Get, @@ -227,8 +226,7 @@ impl< ConvertAssetId, UniversalLocation, GlobalAssetHubLocation, - > -where + > where CreateAssetCall: Get, CreateAssetDeposit: Get, InboundQueuePalletInstance: Get, diff --git a/bridges/snowbridge/primitives/router/src/outbound/mod.rs b/bridges/snowbridge/primitives/router/src/outbound/mod.rs index 4963062f4b4a..1ad8be72bcbc 100644 --- a/bridges/snowbridge/primitives/router/src/outbound/mod.rs +++ b/bridges/snowbridge/primitives/router/src/outbound/mod.rs @@ -44,8 +44,7 @@ impl -where + > where UniversalLocation: Get, EthereumNetwork: Get, OutboundQueue: SendMessage,