Skip to content

Commit 7597820

Browse files
committed
spotless
1 parent aa9f39d commit 7597820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/test/java/org/elasticsearch/index/codec/tsdb/TsdbDocValueBwcTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ void testMixedIndex(Codec oldCodec, Codec newCodec) throws IOException, NoSuchFi
124124
long lowerBound = baseTimestamp;
125125
long upperBound = baseTimestamp + numDocs;
126126
assertTrue(
127-
"unexpected timestamp [" + timestamp + "], expected between [" + lowerBound + "] and [" + upperBound + "]",
128-
timestamp >= lowerBound && timestamp < upperBound
127+
"unexpected timestamp [" + timestamp + "], expected between [" + lowerBound + "] and [" + upperBound + "]",
128+
timestamp >= lowerBound && timestamp < upperBound
129129
);
130130
if (counterOneDV.advanceExact(i)) {
131131
long counterOneValue = counterOneDV.longValue();

0 commit comments

Comments
 (0)