Skip to content

Commit

Permalink
rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed Apr 17, 2024
1 parent f050e1f commit 205e402
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions precompiles/pallet-xcm/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ use xcm_executor::{
traits::{ConvertLocation, TransactAsset, WeightTrader},
AssetsInHolding,
};
pub use xcm_primitives::{AccountIdAssetIdConversion, location_matcher::{
Erc20PalletMatcher, ForeignAssetMatcher, SingleAddressMatcher,
}};
pub use xcm_primitives::{
location_matcher::{Erc20PalletMatcher, ForeignAssetMatcher, SingleAddressMatcher},
AccountIdAssetIdConversion,
};
use Junctions::Here;

pub type AccountId = MockAccount;
Expand Down

0 comments on commit 205e402

Please sign in to comment.