Skip to content

Commit 0c87aee

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent b727827 commit 0c87aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/mapper/blockloader/TextFieldBlockLoaderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static Object expectedValue(Map<String, Object> fieldMapping, Object valu
8989
indexed.sort(BytesRef::compareTo);
9090
}
9191

92-
// ignored values always come last
92+
// ignored values always come last
9393
List<BytesRef> ignored = values.stream()
9494
.map(s -> s == null ? nullValue : s)
9595
.filter(Objects::nonNull)

0 commit comments

Comments
 (0)