From d9431ee984b2466f7df881d3cbad2f17112b0c36 Mon Sep 17 00:00:00 2001 From: Aurelien FOUCRET Date: Thu, 29 Aug 2024 16:32:13 +0200 Subject: [PATCH] lint --- .../xpack/ml/MachineLearningInfoTransportActionTests.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningInfoTransportActionTests.java b/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningInfoTransportActionTests.java index 07f71ab70ecb3..e5575abfeb020 100644 --- a/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningInfoTransportActionTests.java +++ b/x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningInfoTransportActionTests.java @@ -160,13 +160,7 @@ private MachineLearningUsageTransportAction newUsageAction( licenseState, jobManagerHolder, new MachineLearningExtensionHolder( - new MachineLearningTests.MlTestExtension( - true, - true, - isAnomalyDetectionEnabled, - isDataFrameAnalyticsEnabled, - isNlpEnabled - ) + new MachineLearningTests.MlTestExtension(true, true, isAnomalyDetectionEnabled, isDataFrameAnalyticsEnabled, isNlpEnabled) ) ); }