git.delta.rocks / unique-network / refs/commits / 4f0a4460dc55

difftreelog

cargo fmt

Daniel Shiposha2022-06-10parent: #5f8748c.patch.diff
in: master

2 files changed

modifiedpallets/proxy-rmrk-core/src/benchmarking.rsdiffbeforeafterboth
89 fn new(collection_id: RmrkCollectionId) -> Self {100 fn new(collection_id: RmrkCollectionId) -> Self {
90 Self {101 Self {
91 collection_id,102 collection_id,
92 current_nft_id: 0103 current_nft_id: 0,
93 }104 }
94 }105 }
95106
modifiedpallets/proxy-rmrk-core/src/lib.rsdiffbeforeafterboth

no syntactic changes