Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Dec 27, 2024
1 parent 06b1336 commit 16c60f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public boolean equals(Object o) {
if (glob != null) {
return glob.equals(that.glob);
}
return true;
return that.pattern == null && that.predicate == null && that.glob == null;
}

@Override
Expand Down

0 comments on commit 16c60f6

Please sign in to comment.