Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 committed Aug 15, 2023
1 parent 8695bd2 commit d5cc1c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions protocol/oracle-manager/contracts/mocks/MockExternalNode.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ contract MockExternalNode is IExternalNode {
return nodeDefinition.nodeType == NodeDefinition.NodeType.EXTERNAL;
}

function supportsInterface(
bytes4 interfaceId
) public view virtual override(IERC165) returns (bool) {
return true
function supportsInterface(bytes4) public view virtual override(IERC165) returns (bool) {
return true;
}
}

0 comments on commit d5cc1c2

Please sign in to comment.