Skip to content

Commit ef802b0

Browse files
elasticsearchmachineMax Hniebergall
authored andcommitted
[CI] Auto commit changes from spotless
1 parent 1687bba commit ef802b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elastic/ElasticInferenceService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public class ElasticInferenceService extends SenderService {
7272
private static final EnumSet<TaskType> supportedTaskTypes = EnumSet.of(TaskType.SPARSE_EMBEDDING, TaskType.COMPLETION);
7373
private static final String SERVICE_NAME = "Elastic";
7474

75-
7675
public static final String DEFAULT_EIS_COMPLETION_ENDPOINT_ID_V1 = ".eis-alpha-1";
7776

7877
public static final List<String> DEFAULT_EIS_ENDPOINT_IDS = List.of(DEFAULT_EIS_COMPLETION_ENDPOINT_ID_V1);

0 commit comments

Comments
 (0)