difftreelog
fmt
in: master
2 files changed
pallets/nonfungible/src/erc.rsdiffbeforeafterboth--- 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};
pallets/unique/src/eth/mod.rsdiffbeforeafterboth30 CollectionById,30 CollectionById,31 erc::{static_property::{key, value as property_value}, CollectionHelpersEvents},31 erc::{32 static_property::{key, value as property_value},33 CollectionHelpersEvents,34 },32};35};33use crate::{SelfWeightOf, Config, weights::WeightInfo};36use crate::{SelfWeightOf, Config, weights::WeightInfo};