Skip to content

Commit 84901b1

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 87900a5 commit 84901b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/InferenceGetServicesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void testGetServicesWithCompletionTaskType() throws IOException {
136136
List<Object> services = getServices(TaskType.COMPLETION);
137137
assertThat(services.size(), equalTo(16));
138138
var providers = providers(services);
139-
139+
140140
assertThat(
141141
providersFor(TaskType.COMPLETION),
142142
containsInAnyOrder(

0 commit comments

Comments
 (0)