Skip to content

Commit

Permalink
Spotlessfy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Mar 11, 2022
1 parent 830e340 commit 98f50ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public final OrderedLongSet ixSubindexByPosOnNew(final long startPos, final long
return ixCowRef();
}
return make(
rangeStart() + startPos, // cannot overflow given previous checks: startPos < cardinality
rangeStart() + startPos, // cannot overflow given previous checks: startPos < cardinality
Math.min(addSaturated(rangeStart(), endPos), rangeEnd()));
}

Expand Down

0 comments on commit 98f50ca

Please sign in to comment.