Skip to content

Commit 6f46b32

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent c388d63 commit 6f46b32

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

server/src/main/java/org/elasticsearch/action/tvbackport/TransportTVBackportAction.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ public class TransportTVBackportAction extends TransportAction<TVBackportRequest
2323
private static final Logger logger = LogManager.getLogger(TransportTVBackportAction.class);
2424

2525
@Inject
26-
public TransportTVBackportAction(
27-
ActionFilters actionFilters,
28-
TransportService transportService
29-
) {
26+
public TransportTVBackportAction(ActionFilters actionFilters, TransportService transportService) {
3027
super(TVBackportAction.NAME, actionFilters, transportService.getTaskManager(), EsExecutors.DIRECT_EXECUTOR_SERVICE);
3128
}
3229

0 commit comments

Comments
 (0)