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