difftreelog
cargo fmt
in: master
2 files changed
pallets/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)
}
pallets/proxy-rmrk-core/src/lib.rsdiffbeforeafterbothno syntactic changes