Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Oct 18, 2024
1 parent 67c3fb2 commit 02d371b
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,14 @@ protected void serializeInternal(JsonGenerator generator, JsonpMapper mapper) {
}

public Builder toBuilder() {
return toBuilder(new Builder()).field(field).queryText(queryText).queryImage(queryImage).k(k).minScore(minScore).maxDistance(maxDistance).modelId(modelId).filter(filter);
return toBuilder(new Builder()).field(field)
.queryText(queryText)
.queryImage(queryImage)
.k(k)
.minScore(minScore)
.maxDistance(maxDistance)
.modelId(modelId)
.filter(filter);
}

/**
Expand Down

0 comments on commit 02d371b

Please sign in to comment.