Skip to content

Commit 16f3f97

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 471fbfe commit 16f3f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/action/StrictSingleResultDeduplicator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public final class StrictSingleResultDeduplicator<T> extends SingleResultDedupli
4141
*/
4242
private ThreadContext.StoredContext waitingStoredContext;
4343

44-
4544
public StrictSingleResultDeduplicator(ThreadContext threadContext, Consumer<ActionListener<T>> executeAction) {
4645
super(threadContext, executeAction);
4746
}

0 commit comments

Comments
 (0)