difftreelog
style fix fmt errors
in: master
4 files changed
node/cli/src/service.rsdiffbeforeafterbothno syntactic changes
node/rpc/src/lib.rsdiffbeforeafterboth--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -200,7 +200,7 @@
if let Some(filter_pool) = filter_pool {
io.extend_with(EthFilterApiServer::to_delegate(EthFilterApi::new(
client.clone(),
- backend,
+ backend,
filter_pool,
500_usize, // max stored filters
overrides.clone(),
pallets/contract-helpers/src/lib.rsdiffbeforeafterboth--- a/pallets/contract-helpers/src/lib.rs
+++ b/pallets/contract-helpers/src/lib.rs
@@ -7,7 +7,7 @@
use frame_support::sp_runtime::traits::StaticLookup;
use frame_support::{pallet_prelude::*, traits::IsSubType};
use frame_system::pallet_prelude::*;
- use frame_system::Config as SysConfig;
+ use frame_system::Config as SysConfig;
use pallet_contracts::chain_extension::UncheckedFrom;
use sp_runtime::{
traits::{DispatchInfoOf, Hash, PostDispatchInfoOf, SignedExtension},
runtime/src/lib.rsdiffbeforeafterboth--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -663,7 +663,7 @@
type XcmTeleportFilter = Nothing;
type XcmReserveTransferFilter = ();
type Weigher = FixedWeightBounds<UnitWeightCost, Call>;
- type LocationInverter = LocationInverter<Ancestry>;
+ type LocationInverter = LocationInverter<Ancestry>;
}
impl cumulus_pallet_xcm::Config for Runtime {
@@ -685,7 +685,7 @@
impl pallet_aura::Config for Runtime {
type AuthorityId = AuraId;
- type DisabledValidators = ();
+ type DisabledValidators = ();
}
parameter_types! {