From ef7158955b3a7529a5aa63eb0fc2eccd4bc196c9 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Fri, 26 Aug 2022 13:29:01 +0000 Subject: [PATCH] fmt --- --- a/pallets/refungible/src/erc_token.rs +++ b/pallets/refungible/src/erc_token.rs @@ -32,7 +32,8 @@ use evm_coder::{ToLog, execution::*, generate_stubgen, solidity_interface, types::*, weight}; use pallet_common::{ CommonWeightInfo, - erc::{CommonEvmHandler, PrecompileResult}, eth::collection_id_to_address, + erc::{CommonEvmHandler, PrecompileResult}, + eth::collection_id_to_address, }; use pallet_evm::{account::CrossAccountId, PrecompileHandle}; use pallet_evm_coder_substrate::{call, dispatch_to_evm, WithRecorder}; --- a/pallets/unique/src/eth/mod.rs +++ b/pallets/unique/src/eth/mod.rs @@ -154,7 +154,6 @@ Ok(data) } - fn create_refungible_collection_internal< T: Config + pallet_nonfungible::Config + pallet_refungible::Config, >( -- gitstuff