Skip to content

Commit 6ce4b09

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d6b53c3 commit 6ce4b09

File tree

1 file changed

+1
-2
lines changed
  • x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/llama/action

1 file changed

+1
-2
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/llama/action/LlamaActionCreator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434

3535
public class LlamaActionCreator implements LlamaActionVisitor {
3636

37-
private static final String FAILED_TO_SEND_REQUEST_ERROR_MESSAGE =
38-
"Failed to send Llama %s request from inference entity id [%s]";
37+
private static final String FAILED_TO_SEND_REQUEST_ERROR_MESSAGE = "Failed to send Llama %s request from inference entity id [%s]";
3938
public static final String COMPLETION_ERROR_PREFIX = "Llama completions";
4039
private static final String USER_ROLE = "user";
4140

0 commit comments

Comments
 (0)