Skip to content

Commit

Permalink
Fix spotless violation from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Feb 17, 2022
1 parent 69e75ba commit d85b13c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void testGeoGridSetValuesBoundingBoxes_coversAllLongitudeValues() throws
assertThat(numBuckets, equalTo(expected));
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/84152")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84152")
public void testGeoGridSetValuesBoundingBoxes_UnboundedGeoShapeCellValues() throws Exception {
for (int i = 0; i < 1000; i++) {
int precision = randomIntBetween(0, 3);
Expand Down

0 comments on commit d85b13c

Please sign in to comment.