Skip to content
Prev Previous commit
Next Next commit
Update contracts/utils/introspection/ERC165.sol
Co-authored-by: Francisco <[email protected]>
  • Loading branch information
JulissaDantes and frangio authored Dec 19, 2022
commit d7effc22d94d729be895147b07f62a23dc82ed5f
1 change: 0 additions & 1 deletion contracts/utils/introspection/ERC165.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import "./IERC165.sol";
* return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
* }
* ```
*
*/
abstract contract ERC165 is IERC165 {
/**
Expand Down