Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Jun 5, 2023
1 parent 050f1de commit ef21bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachains/runtimes/assets/asset-hub-kusama/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

//! Tests for the Statemine (Kusama Assets Hub) chain.
use sp_runtime::traits::MaybeEquivalence;
use asset_hub_kusama_runtime::xcm_config::{
AssetFeeAsExistentialDepositMultiplierFeeCharger, KsmLocation, TrustBackedAssetsPalletLocation,
};
Expand All @@ -37,6 +36,7 @@ use frame_support::{
weights::{Weight, WeightToFee as WeightToFeeT},
};
use parachains_common::{AccountId, AssetIdForTrustBackedAssets, AuraId, Balance};
use sp_runtime::traits::MaybeEquivalence;
use xcm::latest::prelude::*;
use xcm_executor::traits::{Identity, JustTry, WeightTrader};

Expand Down

0 comments on commit ef21bc1

Please sign in to comment.