put provided argument on the previous line just like in master branch,

that way this doesn't show in the final pr.
This commit is contained in:
Martijn van Groningen 2019-09-27 15:21:45 +02:00
parent 7ffe2e7e63
commit 76b66634e9
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 2 deletions

View File

@ -366,8 +366,7 @@ public class Node implements Closeable {
.newHashPublisher()); .newHashPublisher());
final IngestService ingestService = new IngestService(clusterService, threadPool, this.environment, final IngestService ingestService = new IngestService(clusterService, threadPool, this.environment,
scriptModule.getScriptService(), analysisModule.getAnalysisRegistry(), scriptModule.getScriptService(), analysisModule.getAnalysisRegistry(),
pluginsService.filterPlugins(IngestPlugin.class), pluginsService.filterPlugins(IngestPlugin.class), client);
client);
final ClusterInfoService clusterInfoService = newClusterInfoService(settings, clusterService, threadPool, client); final ClusterInfoService clusterInfoService = newClusterInfoService(settings, clusterService, threadPool, client);
final UsageService usageService = new UsageService(); final UsageService usageService = new UsageService();