Skip to content

Commit

Permalink
really spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
henningandersen committed May 30, 2024
1 parent 20c6a62 commit eed70d3
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,14 @@ public TransportAction(
EnrichCache enrichCache,
EnrichCoordinatorProxyAction.Coordinator coordinator
) {
super(NAME, clusterService, transportService, actionFilters, NodeRequest::new, threadPool.executor(ThreadPool.Names.MANAGEMENT));
super(
NAME,
clusterService,
transportService,
actionFilters,
NodeRequest::new,
threadPool.executor(ThreadPool.Names.MANAGEMENT)
);
this.enrichCache = enrichCache;
this.coordinator = coordinator;
}
Expand Down

0 comments on commit eed70d3

Please sign in to comment.