Formatting

This commit is contained in:
Gav Wood
2022-03-11 18:28:32 +01:00
parent feec189b14
commit e5cdda0d15
8 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use super::{
};
use frame_support::{
match_types, parameter_types,
traits::{Everything, Nothing, ConstU32},
traits::{ConstU32, Everything, Nothing},
weights::Weight,
};
use pallet_xcm::XcmPassthrough;