Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Jun 6, 2024
1 parent a7cf00f commit 15a3f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions runtime/common/src/migrations/restricted_location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ use parity_scale_codec::Encode;
use sp_arithmetic::traits::SaturatedConversion;
use sp_core::H256;
use sp_runtime::traits::{BlakeTwo256, Hash};
use sp_std::boxed::Box;
use sp_std::vec::Vec;
use sp_std::{boxed::Box, vec::Vec};
use staging_xcm::{v4, VersionedLocation};

mod old {
Expand Down
3 changes: 1 addition & 2 deletions runtime/common/src/transfer_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ use sp_runtime::{
transaction_validity::{InvalidTransaction, TransactionValidityError},
DispatchError, DispatchResult, TokenError,
};
use sp_std::boxed::Box;
use sp_std::vec::Vec;
use sp_std::{boxed::Box, vec::Vec};
use staging_xcm::{
v4::{Asset, Location},
VersionedLocation,
Expand Down

0 comments on commit 15a3f2a

Please sign in to comment.