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,