diff --git a/pallets/runtime/tests/src/asset_test.rs b/pallets/runtime/tests/src/asset_test.rs index 86dd332c91..ab3a0142d9 100644 --- a/pallets/runtime/tests/src/asset_test.rs +++ b/pallets/runtime/tests/src/asset_test.rs @@ -16,7 +16,8 @@ use pallet_asset::{ AssetDocuments, AssetMetadataLocalKeyToName, AssetMetadataLocalNameToKey, AssetMetadataLocalSpecs, AssetMetadataValues, AssetOwnershipRelation, BalanceOf, Config as AssetConfig, CustomTypeIdSequence, CustomTypes, CustomTypesInverse, - PreApprovedTicker, SecurityToken, TickerRegistrationConfig, TickersExemptFromAffirmation, Tokens + PreApprovedTicker, SecurityToken, TickerRegistrationConfig, TickersExemptFromAffirmation, + Tokens, }; use pallet_portfolio::{NextPortfolioNumber, PortfolioAssetBalances, PortfolioLockedAssets}; use polymesh_common_utilities::asset::AssetFnTrait;