Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Jun 24, 2024
1 parent efb06a6 commit 06a2f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use pallet_evm::AddressMapping;
pub use pallet_xcm::GenesisConfig as XcmGenesisConfig;
use pallet_xcm::XcmPassthrough;
use parachains_common::message_queue::{NarrowOriginToSibling, ParaIdToSibling};
use polkadot_parachain::primitives::{RelayChainBlockNumber, Sibling};
use polkadot_parachain::primitives::Sibling;
use polkadot_xcm::v3::MultiLocation;
use polkadot_xcm::v4::{prelude::*, Asset, InteriorLocation, Weight as XcmWeight};
use scale_info::TypeInfo;
Expand Down

0 comments on commit 06a2f3b

Please sign in to comment.