Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Aug 29, 2024
1 parent a541bff commit df442c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MintERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ contract MintERC1155 is ERC1155SupplyUpgradeable, OwnableUpgradeable, ERC2981Upg
return json;
}

function supportsInterface(
bytes4 interfaceId
)
function supportsInterface(bytes4 interfaceId)
public
view
virtual
Expand Down

0 comments on commit df442c9

Please sign in to comment.