Skip to content

Commit f8608b7

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 502a327 commit f8608b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/async-search/src/main/java/org/elasticsearch/xpack/search/AsyncSearchTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* Task that tracks the progress of a currently running {@link SearchRequest}.
5757
*/
5858
final class AsyncSearchTask extends SearchTask implements AsyncTask, Releasable {
59-
private final Logger logger = Loggers.getLogger(getClass(),"async");
59+
private final Logger logger = Loggers.getLogger(getClass(), "async");
6060

6161
private final AsyncExecutionId searchId;
6262
private final Client client;

0 commit comments

Comments
 (0)