Skip to content

Commit 3b2c9e1

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 26e470c commit 3b2c9e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/logsdb/property-tests/src/test/java/org/elasticsearch/xpack/logsdb/KeywordBlockLoaderTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ void blockLoaderReturnsCorrectResults(
8686
}
8787

8888
@Property
89-
void testComplexMapping(@ForAll("settings") Settings indexSettings, @ForAll("deepMapping") Map<String, Object> mapping) throws IOException {
89+
void testComplexMapping(@ForAll("settings") Settings indexSettings, @ForAll("deepMapping") Map<String, Object> mapping)
90+
throws IOException {
9091
var fullMapping = Map.of("_doc", Map.of("properties", Map.of("top", mapping)));
9192
var mappingXContent = XContentBuilder.builder(XContentType.JSON.xContent()).map(fullMapping);
9293
var mapperService = createMapperService(indexSettings, mappingXContent);

0 commit comments

Comments
 (0)