Skip to content

Commit 4e17c22

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3001673 commit 4e17c22

File tree

1 file changed

+1
-4
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function

1 file changed

+1
-4
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/DocsV3Support.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,10 +1082,7 @@ void renderKibanaFunctionDefinition(
10821082
) throws Exception {
10831083

10841084
try (XContentBuilder builder = JsonXContent.contentBuilder().prettyPrint().lfAtEnd().startObject()) {
1085-
builder.field(
1086-
"comment",
1087-
DOCS_WARNING
1088-
);
1085+
builder.field("comment", DOCS_WARNING);
10891086
if (false == info.operator().isEmpty()) {
10901087
builder.field("type", "operator");
10911088
builder.field("operator", info.operator());

0 commit comments

Comments
 (0)