Skip to content

Commit b571c5c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e290b64 commit b571c5c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

x-pack/plugin/esql/qa/server/mixed-cluster/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/mixed/MixedClusterEsqlSpecIT.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ protected String getTestRestCluster() {
3333
}
3434

3535
static final Version bwcVersion = Version.fromString(
36-
System.getProperty("tests.old_cluster_version") != null ?
37-
System.getProperty("tests.old_cluster_version").replace("-SNAPSHOT", "") :
38-
null);
36+
System.getProperty("tests.old_cluster_version") != null
37+
? System.getProperty("tests.old_cluster_version").replace("-SNAPSHOT", "")
38+
: null
39+
);
3940

4041
private static TestFeatureService oldClusterTestFeatureService = null;
4142

0 commit comments

Comments
 (0)