Skip to content

Commit fa20dc3

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d731ce9 commit fa20dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/create/CreateSystemIndicesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void testCreateSystemIndexViaConcreteName() {
157157
}
158158

159159
public void testSystemIndexIsAutoCreatedWithDynamicDefault() {
160-
doCreateTest(() -> indexDoc(PRIMARY_INDEX_NAME, "1", "vector", new int[] {1, 2,3}), PRIMARY_INDEX_NAME, true);
160+
doCreateTest(() -> indexDoc(PRIMARY_INDEX_NAME, "1", "vector", new int[] { 1, 2, 3 }), PRIMARY_INDEX_NAME, true);
161161
}
162162

163163
private void createSystemAliasViaV1Template(String indexName, String primaryIndexName) throws Exception {

0 commit comments

Comments
 (0)