Skip to content

Commit 716e603

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 98131b6 commit 716e603

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/test-clusters/src/main/java/org/elasticsearch/test/cluster/FeatureFlag.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ public enum FeatureFlag {
1919
TIME_SERIES_MODE("es.index_mode_feature_flag_registered=true", Version.fromString("8.0.0"), null),
2020
FAILURE_STORE_ENABLED("es.failure_store_feature_flag_enabled=true", Version.fromString("8.12.0"), null),
2121
SUB_OBJECTS_AUTO_ENABLED("es.sub_objects_auto_feature_flag_enabled=true", Version.fromString("8.16.0"), null),
22-
INDEX_RECOVERY_USE_SYNTHETIC_SOURCE("es.index_recovery_use_synthetic_source_feature_flag_enabled=true", Version.fromString("8.18.0"), null);
22+
INDEX_RECOVERY_USE_SYNTHETIC_SOURCE(
23+
"es.index_recovery_use_synthetic_source_feature_flag_enabled=true",
24+
Version.fromString("8.18.0"),
25+
null
26+
);
2327

2428
public final String systemProperty;
2529
public final Version from;

0 commit comments

Comments
 (0)