git.delta.rocks / unique-network / refs/commits / c097c75cc882

difftreelog

style fix clippy warning

Yaroslav Bolyukin2023-10-17parent: #092e9b8.patch.diff
in: master

1 file changed

modifiedpallets/nonfungible/src/lib.rsdiffbeforeafterboth
1225 nesting_budget,1225 nesting_budget,
1226 )? {1226 )? {
1227 // Pass, token existence and ouroboros checks are done in `check_indirectly_owned`1227 // Pass, token existence and ouroboros checks are done in `check_indirectly_owned`
1228 } else if nesting.collection_admin && handle.is_owner_or_admin(&sender) {1228 } else if nesting.collection_admin && handle.is_owner_or_admin(sender) {
1229 // token existence and ouroboros checks are done in `get_checked_topmost_owner`1229 // token existence and ouroboros checks are done in `get_checked_topmost_owner`
1230 let _ = <PalletStructure<T>>::get_checked_topmost_owner(1230 let _ = <PalletStructure<T>>::get_checked_topmost_owner(
1231 handle.id,1231 handle.id,