Skip to content

Commit

Permalink
apply spotlessApply
Browse files Browse the repository at this point in the history
apply spotless apply

Signed-off-by: jvan1997 <[email protected]>
  • Loading branch information
Jonathan Van committed Feb 6, 2024
1 parent e6a08bc commit 7ff1c1f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ public void testInnerHitWithoutIdIndex() {
innerHitsResultBuilder -> innerHitsResultBuilder.hits(
innerHitsMetadataBuilder -> innerHitsMetadataBuilder.total(total -> total.value(1).relation(TotalHitsRelation.Eq))
.hits(
innerHitsListMemberBuilder -> innerHitsListMemberBuilder.id("child_id").index("_index").source(
JsonData.from(mapper.jsonProvider().createParser(new StringReader(innerHitJsonWithIdOrIndex)), mapper)
)
innerHitsListMemberBuilder -> innerHitsListMemberBuilder.id("child_id")
.index("_index")
.source(
JsonData.from(mapper.jsonProvider().createParser(new StringReader(innerHitJsonWithIdOrIndex)), mapper)
)
)
)
)
Expand Down

0 comments on commit 7ff1c1f

Please sign in to comment.