Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Sep 23, 2021
1 parent 234dcd6 commit f028c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/core/declarations/solidity_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ def __eq__(self, other):
return (
self.__class__ == other.__class__
and self.name == other.name
and self._custom_error == self._custom_error
and self._custom_error == other._custom_error
)

0 comments on commit f028c57

Please sign in to comment.