Skip to content

Commit

Permalink
fix(xcm-simulator-example): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed May 14, 2024
1 parent 8c0721c commit 8ce59e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-simulator/example/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::*;
use codec::Encode;
use frame_support::{assert_ok, weights::Weight};
use xcm::latest::QueryResponseInfo;
use xcm_simulator::{TestExt, mock_message_queue::ReceivedDmp};
use xcm_simulator::{mock_message_queue::ReceivedDmp, TestExt};

// Helper function for forming buy execution message
fn buy_execution<C>(fees: impl Into<Asset>) -> Instruction<C> {
Expand Down

0 comments on commit 8ce59e4

Please sign in to comment.