Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <[email protected]>
  • Loading branch information
bowenlan-amzn committed Jun 9, 2024
1 parent 6546736 commit 328006b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public void testOverlappingRanges() throws IOException {
}

/**
* @return Map [lower, upper) -> data points
* @return Map [lower, upper) TO data points
*/
private Map<double[], double[]> buildRandomRanges(double[][] possibleRanges) {
Map<double[], double[]> dataSet = new LinkedHashMap<>();
Expand Down

0 comments on commit 328006b

Please sign in to comment.