Skip to content

Commit 179d9b2

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4d029e2 commit 179d9b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/RequestXContent.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,10 @@ private static void checkMultiValuedParamValidity(
415415
) {
416416
if (classification != VALUE) {
417417
errors.add(
418-
new XContentParseException(loc, entry + " parameter is multivalued, only " + VALUE.name() + " parameters can be multivalued")
418+
new XContentParseException(
419+
loc,
420+
entry + " parameter is multivalued, only " + VALUE.name() + " parameters can be multivalued"
421+
)
419422
);
420423
return;
421424
}

0 commit comments

Comments
 (0)