Skip to content

Commit c8a4576

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e2018f1 commit c8a4576

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

server/src/main/java/org/elasticsearch/action/search/SearchQueryThenFetchAsyncAction.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,7 @@ void onShardDone() {
855855
channelListener.onFailure(e);
856856
return;
857857
}
858-
ActionListener.respondAndRelease(
859-
channelListener,
860-
new BytesTransportResponse(out.moveToBytesReference())
861-
);
858+
ActionListener.respondAndRelease(channelListener, new BytesTransportResponse(out.moveToBytesReference()));
862859
}
863860

864861
// Writes the "successful" response (see NodeQueryResponse for the corresponding read logic)

0 commit comments

Comments
 (0)