Skip to content

Commit 29cf697

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d47caa0 commit 29cf697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/SearchTimeoutIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ public float score() {
245245
((ContextIndexSearcher) searcher).throwTimeExceededException();
246246
}
247247
}
248-
//there is a slight chance that no docs are scored for a specific segment.
249-
//other shards / slices will throw the timeout anyway, one is enough.
248+
// there is a slight chance that no docs are scored for a specific segment.
249+
// other shards / slices will throw the timeout anyway, one is enough.
250250
return max == maxDoc ? DocIdSetIterator.NO_MORE_DOCS : max;
251251
}
252252

0 commit comments

Comments
 (0)