Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Nov 11, 2024
1 parent 997d2ab commit 5ed6420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subxt/examples/setup_config_assethub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use subxt_signer::sr25519::dev;
)
)]
pub mod runtime {}
use runtime::runtime_types::xcm::v3::junctions::Junctions;
use runtime::runtime_types::staging_xcm::v3::multilocation::MultiLocation;
use runtime::runtime_types::xcm::v3::junctions::Junctions;

// We don't need to construct this at runtime, so an empty enum is appropriate.
pub enum AssetHubConfig {}
Expand Down

0 comments on commit 5ed6420

Please sign in to comment.