fix runtime import formatting (#679)

This commit is contained in:
Alexander Popiak
2021-10-19 18:13:27 +02:00
committed by GitHub
parent a6ad40f86b
commit 2ff5f7c443
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ use xcm_builder::{
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
ParentAsSuperuser, ParentIsDefault, RelayChainAsNative, SiblingParachainAsNative,
SiblingParachainConvertsVia, SignedAccountId32AsNative,
SovereignSignedViaLocation, TakeWeightCredit, UsingComponents,
SiblingParachainConvertsVia, SignedAccountId32AsNative, SovereignSignedViaLocation,
TakeWeightCredit, UsingComponents,
};
use xcm_executor::{Config, XcmExecutor};