Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Aug 12, 2024
1 parent a82a851 commit 73e23f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MintERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ contract MintERC1155 is ERC1155Upgradeable, OwnableUpgradeable, ERC2981Upgradeab
return json;
}

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

0 comments on commit 73e23f0

Please sign in to comment.