From 631b8a301ddfed2516357752d8f342c3dc2e6a46 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Thu, 30 Sep 2021 10:23:35 +0000 Subject: [PATCH] style: fix fmt warning --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -239,9 +239,9 @@ pub struct FixedFee; impl FeeCalculator for FixedFee { - fn min_gas_price() -> U256 { - 1.into() - } + fn min_gas_price() -> U256 { + 1.into() + } } impl pallet_evm::Config for Runtime { @@ -637,7 +637,7 @@ type Weigher = FixedWeightBounds; type Trader = UsingComponents, RelayLocation, AccountId, Balances, ()>; type ResponseHandler = (); // Don't handle responses for now. - type SubscriptionService = PolkadotXcm; + type SubscriptionService = PolkadotXcm; } // parameter_types! { @@ -682,7 +682,7 @@ type Event = Event; type XcmExecutor = XcmExecutor; type ChannelInfo = ParachainSystem; - type VersionWrapper = (); + type VersionWrapper = (); } impl cumulus_pallet_dmp_queue::Config for Runtime { -- gitstuff