--- a/pallets/nonfungible/src/erc.rs +++ b/pallets/nonfungible/src/erc.rs @@ -457,8 +457,7 @@ }); } - >::create_multiple_items(self, &caller, data) - .map_err(dispatch_to_evm::)?; + >::create_multiple_items(self, &caller, data).map_err(dispatch_to_evm::)?; Ok(true) } }