Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 20, 2024
1 parent 35c7200 commit a4c7497
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
mod weights;
pub mod xcm_config;

use assets_common::{foreign_creators::ForeignCreators, matching::{FromNetwork, FromSiblingParachain}};
use assets_common::{
foreign_creators::ForeignCreators,
matching::{FromNetwork, FromSiblingParachain},
};
use cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases;
use cumulus_primitives_core::{AggregateMessageOrigin, ParaId};
use sp_api::impl_runtime_apis;
Expand Down

0 comments on commit a4c7497

Please sign in to comment.