git.delta.rocks / unique-network / refs/commits / 11972c632fe7

difftreelog

cargo fmt

Daniel Shiposha2022-06-10parent: #60b6dbd.patch.diff
in: master

2 files changed

modifiedpallets/proxy-rmrk-core/src/benchmarking.rsdiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/src/benchmarking.rs
+++ b/pallets/proxy-rmrk-core/src/benchmarking.rs
@@ -158,11 +158,10 @@
 
 		let root_nft_id = self.current_nft_id;
 
-		let root_owner =
-			<RmrkAccountIdOrCollectionNftTuple<T::AccountId>>::CollectionAndNftTuple(
-				self.collection_id,
-				root_nft_id,
-			);
+		let root_owner = <RmrkAccountIdOrCollectionNftTuple<T::AccountId>>::CollectionAndNftTuple(
+			self.collection_id,
+			root_nft_id,
+		);
 
 		for _ in 0..width {
 			self.build::<T>(owner)?;
@@ -173,7 +172,7 @@
 				self.current_nft_id,
 				root_owner.clone(),
 			)?;
-		} 
+		}
 
 		Ok(root_nft_id)
 	}
modifiedpallets/proxy-rmrk-core/src/lib.rsdiffbeforeafterboth

no syntactic changes