Skip to content

Commit

Permalink
Got trolled by spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNeedsSnacks committed May 16, 2024
1 parent 61ed036 commit 030f607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public int hashCode() {

@Override
public boolean equals(Object obj) {
if(this == obj) return true;
if (this == obj) return true;
return obj instanceof IntersectionFluidIngredient other && children.equals(other.children);
}
}

0 comments on commit 030f607

Please sign in to comment.