Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cargo fmt
  • Loading branch information
KiChjang committed Dec 19, 2021
commit 74ea1a824f4f713ce2f974ca9bad5e69c82db174
5 changes: 4 additions & 1 deletion xcm/pallet-xcm-benchmarks/src/generic/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ use codec::Encode;
use frame_benchmarking::{benchmarks, BenchmarkError};
use frame_support::dispatch::GetDispatchInfo;
use sp_std::vec;
use xcm::{DoubleEncoded, latest::{MaybeErrorCode, MultiAssets, prelude::*}, v2::Instruction::QueryResponse};
use xcm::{
latest::{prelude::*, MaybeErrorCode, MultiAssets},
DoubleEncoded,
};
use xcm_executor::ExecutorError;

benchmarks! {
Expand Down