Skip to content

Commit d67bc1c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 360054a commit d67bc1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/framework/src/main/java/org/elasticsearch/datageneration/datasource/DefaultMappingParametersHandler.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,10 @@ private Supplier<Map<String, Object>> wildcardMapping(boolean hasParent, DataSou
261261
};
262262
}
263263

264-
private Supplier<Map<String, Object>> matchOnlyTextMapping(boolean hasParent, DataSourceRequest.LeafMappingParametersGenerator request) {
264+
private Supplier<Map<String, Object>> matchOnlyTextMapping(
265+
boolean hasParent,
266+
DataSourceRequest.LeafMappingParametersGenerator request
267+
) {
265268
return () -> {
266269
var mapping = new HashMap<String, Object>();
267270
if (hasParent == false && ESTestCase.randomDouble() <= 0.2) {

0 commit comments

Comments
 (0)