Remove override interface implementations (#4315)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -21,7 +21,7 @@ abstract contract ERC165 is IERC165 {
|
||||
/**
|
||||
* @dev See {IERC165-supportsInterface}.
|
||||
*/
|
||||
function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
|
||||
function supportsInterface(bytes4 interfaceId) public view virtual returns (bool) {
|
||||
return interfaceId == type(IERC165).interfaceId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user