Skip to content

Commit b2a925c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0d1f0df commit b2a925c

File tree

1 file changed

+9
-8
lines changed
  • x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference

1 file changed

+9
-8
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/Utils.java

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@ public static ClusterService mockClusterService(Settings settings) {
7272
}
7373

7474
public static ScalingExecutorBuilder[] inferenceUtilityExecutors() {
75-
return new ScalingExecutorBuilder[] {new ScalingExecutorBuilder(
76-
UTILITY_THREAD_POOL_NAME,
77-
1,
78-
4,
79-
TimeValue.timeValueMinutes(10),
80-
false,
81-
"xpack.inference.utility_thread_pool"
82-
)};
75+
return new ScalingExecutorBuilder[] {
76+
new ScalingExecutorBuilder(
77+
UTILITY_THREAD_POOL_NAME,
78+
1,
79+
4,
80+
TimeValue.timeValueMinutes(10),
81+
false,
82+
"xpack.inference.utility_thread_pool"
83+
) };
8384
}
8485

8586
public static void storeSparseModel(String inferenceId, ModelRegistry modelRegistry) throws Exception {

0 commit comments

Comments
 (0)