Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Jun 3, 2024
1 parent 6598843 commit 6760c67
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,7 @@ protected final SearchExecutionContext createMockSearchExecutionContext(IndexSea
return builder.build(new IndexFieldDataCache.None(), null);
};
NestedLookup nestedLookup = NestedLookup.build(
List.of(
new NestedObjectMapper.Builder("path", IndexVersion.current()).build(
MapperBuilderContext.root(false, false)
)
)
List.of(new NestedObjectMapper.Builder("path", IndexVersion.current()).build(MapperBuilderContext.root(false, false)))
);
return new SearchExecutionContext(
0,
Expand Down

0 comments on commit 6760c67

Please sign in to comment.