Skip to content

Commit a23fc3d

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 08f59c3 commit a23fc3d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

server/src/main/java/org/elasticsearch/index/mapper/FallbackSyntheticSourceBlockLoader.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,8 @@ private void readFromFieldValue(IgnoredSourceFieldMapper.NameValue nameValue, Li
167167
}
168168
}
169169

170-
private void readFromParentValue(
171-
Map<String, IgnoredSourceFieldMapper.NameValue> valuesForFieldAndParents,
172-
List<T> blockValues
173-
) throws IOException {
170+
private void readFromParentValue(Map<String, IgnoredSourceFieldMapper.NameValue> valuesForFieldAndParents, List<T> blockValues)
171+
throws IOException {
174172
if (valuesForFieldAndParents.isEmpty()) {
175173
return;
176174
}

0 commit comments

Comments
 (0)