From 10bf20f9ecf1c89f3e76f83c7cd68a231522cf3a Mon Sep 17 00:00:00 2001 From: Ozgun Ozerk Date: Thu, 31 Oct 2024 11:04:58 +0300 Subject: [PATCH] fmt fix --- generic-template/runtime/src/configs/xcm_config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic-template/runtime/src/configs/xcm_config.rs b/generic-template/runtime/src/configs/xcm_config.rs index 9fe19bd..d201b80 100644 --- a/generic-template/runtime/src/configs/xcm_config.rs +++ b/generic-template/runtime/src/configs/xcm_config.rs @@ -30,8 +30,8 @@ use xcm_primitives::{AbsoluteAndRelativeReserve, AsAssetType}; use super::TreasuryAccount; use crate::{ configs::{ - weights, AssetType, Balances, ParachainSystem, - Runtime, RuntimeCall, RuntimeEvent, RuntimeOrigin, XcmpQueue, + weights, AssetType, Balances, ParachainSystem, Runtime, RuntimeCall, RuntimeEvent, + RuntimeOrigin, XcmpQueue, }, types::{AccountId, AssetId, Balance}, AllPalletsWithSystem, AssetManager, Assets, ParachainInfo, PolkadotXcm,