git.delta.rocks / unique-network / refs/commits / 6434da338828

difftreelog

fmt

Trubnikov Sergey2022-07-25parent: #00f4540.patch.diff
in: master

2 files changed

modifiedpallets/nonfungible/src/erc.rsdiffbeforeafterboth
35use 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};
modifiedpallets/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};