From 6434da338828985a34f9c9cae0e43d8f5f8dc274 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Mon, 25 Jul 2022 10:21:13 +0000 Subject: [PATCH] fmt --- --- a/pallets/nonfungible/src/erc.rs +++ b/pallets/nonfungible/src/erc.rs @@ -33,7 +33,10 @@ use pallet_evm_coder_substrate::dispatch_to_evm; use sp_std::vec::Vec; use pallet_common::{ - erc::{CommonEvmHandler, PrecompileResult, CollectionCall, static_property::{key, value as property_value}}, + erc::{ + CommonEvmHandler, PrecompileResult, CollectionCall, + static_property::{key, value as property_value}, + }, CollectionHandle, CollectionPropertyPermissions, }; use pallet_evm::{account::CrossAccountId, PrecompileHandle}; --- a/pallets/unique/src/eth/mod.rs +++ b/pallets/unique/src/eth/mod.rs @@ -28,7 +28,10 @@ use frame_support::traits::Get; use pallet_common::{ CollectionById, - erc::{static_property::{key, value as property_value}, CollectionHelpersEvents}, + erc::{ + static_property::{key, value as property_value}, + CollectionHelpersEvents, + }, }; use crate::{SelfWeightOf, Config, weights::WeightInfo}; -- gitstuff