Skip to content

Commit

Permalink
fixed checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Aug 27, 2023
1 parent c2ecf7e commit 9769046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public interface CellProducer extends IndexProducer {
default boolean forEachIndex(final IntPredicate predicate) {
return forEachCell((i, v) -> predicate.test(i));
}

@Override
default IndexProducer uniqueIndices() {
return this;
Expand Down

0 comments on commit 9769046

Please sign in to comment.