From 9be7a19a7374cba6dbe91e9cad4a82f68d764c36 Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 16 Jan 2025 22:33:35 -0300 Subject: [PATCH] Fmt --- .../runtime/dancelight/src/tests/common/xcm/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/common/xcm/mod.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/common/xcm/mod.rs index 3b87f342a..b4f31527c 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/common/xcm/mod.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/tests/common/xcm/mod.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Tanssi. If not, see -mod constants; mod bridge_to_eth; +mod constants; mod mocknets; mod reserver_transfers_polkadot_xcm; pub use xcm_emulator::{bx, TestExt};