Skip to content

Commit

Permalink
fix extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jun 2, 2023
1 parent 52c5cd6 commit 02d57d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/token/ERC1155/ERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {
if (ids.length == 1) {
uint256 id = ids.unsafeMemoryAccess(0);
uint256 amount = amounts.unsafeMemoryAccess(0);

emit TransferSingle(operator, from, to, id, amount);
if (to != address(0)) {
_doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data);
Expand Down

0 comments on commit 02d57d1

Please sign in to comment.