Skip to content

Commit

Permalink
apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Oct 28, 2021
1 parent a637af3 commit f4eaad2
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,7 @@ protected TransportUpdateTransformAction(
Client client,
IngestService ingestService
) {
super(
name,
clusterService,
transportService,
actionFilters,
Request::new,
Response::new,
Response::new,
ThreadPool.Names.SAME
);
super(name, clusterService, transportService, actionFilters, Request::new, Response::new, Response::new, ThreadPool.Names.SAME);

this.settings = settings;
this.client = client;
Expand Down

0 comments on commit f4eaad2

Please sign in to comment.