difftreelog
style fix clippy warning
in: master
1 file changed
pallets/nonfungible/src/lib.rsdiffbeforeafterboth1225 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,