Skip to content

Commit 7c7b3a3

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 405edf4 commit 7c7b3a3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

server/src/test/java/org/elasticsearch/index/mapper/OffsetDocValuesLoaderTests.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -116,29 +116,29 @@ public void testOffsetArrayNoSourceArrayKeep() throws Exception {
116116
String mapping;
117117
if (randomBoolean()) {
118118
mapping = """
119-
{
120-
"_doc": {
121-
"properties": {
122-
"field": {
123-
"type": "keyword",
124-
"synthetic_source_keep": "{{synthetic_source_keep}}"
119+
{
120+
"_doc": {
121+
"properties": {
122+
"field": {
123+
"type": "keyword",
124+
"synthetic_source_keep": "{{synthetic_source_keep}}"
125+
}
125126
}
126127
}
127128
}
128-
}
129-
""".replace("{{synthetic_source_keep}}", randomBoolean() ? "none" : "all");
129+
""".replace("{{synthetic_source_keep}}", randomBoolean() ? "none" : "all");
130130
} else {
131131
mapping = """
132-
{
133-
"_doc": {
134-
"properties": {
135-
"field": {
136-
"type": "keyword"
132+
{
133+
"_doc": {
134+
"properties": {
135+
"field": {
136+
"type": "keyword"
137+
}
137138
}
138139
}
139140
}
140-
}
141-
""";
141+
""";
142142
if (randomBoolean()) {
143143
settingsBuilder.put("index.mapping.synthetic_source_keep", "none");
144144
}

0 commit comments

Comments
 (0)