difftreelog
fmt
in: master
2 files changed
pallets/nonfungible/src/erc.rsdiffbeforeafterboth35use pallet_common::{35use pallet_common::{36 erc::{CommonEvmHandler, PrecompileResult, CollectionCall, static_property::{key, value as property_value}},36 erc::{37 CommonEvmHandler, PrecompileResult, CollectionCall,38 static_property::{key, value as property_value},39 },37 CollectionHandle, CollectionPropertyPermissions,40 CollectionHandle, CollectionPropertyPermissions,38};41};pallets/unique/src/eth/mod.rsdiffbeforeafterboth--- 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};