Skip to content

Commit 0b3b6fe

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 70587ee commit 0b3b6fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/TsdbDataStreamRestIT.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ private static String getTemplate() {
225225
idMode = switch (randomInt(2)) {
226226
case 0 -> null;
227227
case 1 -> """
228-
"use_synthetic_id": "false"
229-
""";
228+
"use_synthetic_id": "false"
229+
""";
230230
case 2 -> """
231-
"use_synthetic_id": "true"
232-
""";
231+
"use_synthetic_id": "true"
232+
""";
233233
default -> throw new AssertionError("Unknown mode");
234234
};
235235
} else {

0 commit comments

Comments
 (0)