Skip to content

Commit 1c6458c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent f532e95 commit 1c6458c

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
@@ -164,10 +164,8 @@ private void readFromFieldValue(IgnoredSourceFieldMapper.NameValue nameValue, Li
164164
}
165165
}
166166

167-
private void readFromParentValue(
168-
Map<String, IgnoredSourceFieldMapper.NameValue> valuesForFieldAndParents,
169-
List<T> blockValues
170-
) throws IOException {
167+
private void readFromParentValue(Map<String, IgnoredSourceFieldMapper.NameValue> valuesForFieldAndParents, List<T> blockValues)
168+
throws IOException {
171169
if (valuesForFieldAndParents.isEmpty()) {
172170
return;
173171
}

0 commit comments

Comments
 (0)