Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
bendymochi committed Apr 1, 2019
1 parent 843584b commit 02c0251
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ public boolean equals(Object other) {
|| (other instanceof EquipmentContainsKeywordsPredicate // instanceof handles nulls
&& keywords.equals(((EquipmentContainsKeywordsPredicate) other).keywords)); // state check
}

}
}

0 comments on commit 02c0251

Please sign in to comment.