Skip to content

Commit ae94adc

Browse files
Update from github-actions[bot] running command 'fmt'
1 parent 6ccd266 commit ae94adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polkadot/xcm/pallet-xcm-benchmarks/src/fungible/benchmarking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ use crate::{account_and_location, new_executor, AssetTransactorOf, EnsureDeliver
1919
use alloc::{vec, vec::Vec};
2020
use frame_benchmarking::{benchmarks_instance_pallet, BenchmarkError, BenchmarkResult};
2121
use frame_support::{
22-
BoundedVec,
2322
pallet_prelude::Get,
2423
traits::fungible::{Inspect, Mutate},
2524
weights::Weight,
25+
BoundedVec,
2626
};
2727
use sp_runtime::traits::Bounded;
2828
use xcm::latest::{prelude::*, AssetTransferFilter, MAX_ITEMS_IN_ASSETS};

0 commit comments

Comments
 (0)