Skip to content

Commit 217ce84

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 8049a58 commit 217ce84

File tree

1 file changed

+1
-5
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql

1 file changed

+1
-5
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestUtils.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -544,11 +544,7 @@ private static Void convertUnsupported(String s) {
544544
private final boolean sortMultiValues;
545545

546546
Type(Function<String, Object> converter, Class<?> clazz) {
547-
this(
548-
converter,
549-
clazz,
550-
true
551-
);
547+
this(converter, clazz, true);
552548
}
553549

554550
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)