Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Jan 4, 2019
1 parent c2fd713 commit 6409b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public boolean contains(T value)
{
if (value.equals(disabledValue)) return true;

return value.compareTo(getLower()) >= 0 && value.compareTo(getUpper()) <= 0;
return value.compareTo(getLower()) >= 0 && value.compareTo(getUpper()) <= 0;
}

public T getLower()
Expand Down

0 comments on commit 6409b07

Please sign in to comment.