Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem committed Jan 7, 2025
1 parent ee72959 commit 6c24f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public String toString() {

/** Override equals method to compare the RLP bytes */
@Override
public boolean equals(Object o) {
public boolean equals(final Object o) {
if (!(o instanceof EthereumNodeRecord that)) {
return false;
}
Expand Down

0 comments on commit 6c24f1a

Please sign in to comment.