Skip to content

Commit 9f1f662

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent aaf815a commit 9f1f662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void testStressReaper() throws ExecutionException, InterruptedException {
5151
response = searchRequestBuilder.get();
5252
assertHitCountAndNoFailures(searchRequestBuilder, num);
5353
} finally {
54-
if(response != null) {
54+
if (response != null) {
5555
response.decRef();
5656
}
5757
}

0 commit comments

Comments
 (0)