Skip to content

Commit eec23b7

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 38f4f7b commit eec23b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/framework/src/main/java/org/elasticsearch/index/mapper/MapperTestCase.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,10 @@ protected boolean supportsDocValuesSkippers() {
18521852

18531853
public void testDocValuesSkippers() throws IOException {
18541854
assumeTrue("Mapper does not support doc values skippers", supportsDocValuesSkippers());
1855-
IndexVersion preSkipperVersion = IndexVersionUtils.randomPreviousCompatibleVersion(random(), IndexVersions.STANDARD_INDEXES_USE_SKIPPERS);
1855+
IndexVersion preSkipperVersion = IndexVersionUtils.randomPreviousCompatibleVersion(
1856+
random(),
1857+
IndexVersions.STANDARD_INDEXES_USE_SKIPPERS
1858+
);
18561859
IndexVersion withSkipperVersion = IndexVersions.STANDARD_INDEXES_USE_SKIPPERS;
18571860

18581861
Settings skippersDisabled = Settings.builder().put(IndexSettings.USE_DOC_VALUES_SKIPPER.getKey(), false).build();

0 commit comments

Comments
 (0)