Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed Jul 29, 2023
1 parent a0f9f0f commit 9852c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
use crate::{
integration_tests::xcm::{
setup::{
adjusted_balance, btc, eth, register_btc, register_foreign_parent, register_foreign_ztg,
dot, sibling_parachain_account, zeitgeist_parachain_account, ztg, ALICE, BOB, BTC_ID,
FOREIGN_PARENT_ID, FOREIGN_ZTG_ID, PARA_ID_SIBLING,register_eth,ETH_ID
adjusted_balance, btc, dot, eth, register_btc, register_eth, register_foreign_parent,
register_foreign_ztg, sibling_parachain_account, zeitgeist_parachain_account, ztg,
ALICE, BOB, BTC_ID, ETH_ID, FOREIGN_PARENT_ID, FOREIGN_ZTG_ID, PARA_ID_SIBLING,
},
test_net::{PolkadotNet, Sibling, TestNet, Zeitgeist},
},
Expand Down
3 changes: 1 addition & 2 deletions runtime/zeitgeist/src/xcm_config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ use sp_runtime::traits::Convert;
use xcm::{
latest::{
prelude::{AccountId32, AssetId, Concrete, GeneralKey, MultiAsset, NetworkId, X1, X2},
Junction, MultiLocation,
Error as XcmError, Result as XcmResult,
Error as XcmError, Junction, MultiLocation, Result as XcmResult,
},
opaque::latest::Fungibility::Fungible,
};
Expand Down

0 comments on commit 9852c83

Please sign in to comment.