Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Nov 6, 2024
1 parent 920050d commit da5b807
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public <V> Restriction.Single<T, V> equal(V value) {

@Override
public <V> Restriction.Single<T, Set<V>> in(@SuppressWarnings("unchecked") V... values) {
Set.of(values);
return new Restriction.Single<>(name, Is.Op.In, Set.of(values));
}

Expand Down

0 comments on commit da5b807

Please sign in to comment.