Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Jan 14, 2025
1 parent e1eabc0 commit 0ecdf31
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -926,9 +926,7 @@ public void testFilterRewriteWithTZRoundingRangeAssert() throws IOException {
ZonedDateTime.of(2023, 11, 11, 0, 0, 0, 0, ZoneOffset.UTC)
);

final List<ZonedDateTime> singleBucketIndexData = Arrays.asList(
ZonedDateTime.of(2023, 12, 27, 0, 0, 0, 0, ZoneOffset.UTC)
);
final List<ZonedDateTime> singleBucketIndexData = Arrays.asList(ZonedDateTime.of(2023, 12, 27, 0, 0, 0, 0, ZoneOffset.UTC));

try (Directory directory = newDirectory()) {
/*
Expand Down

0 comments on commit 0ecdf31

Please sign in to comment.