Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Jul 19, 2024
1 parent 2a0f9dc commit 949b3b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,6 @@ private boolean equalsTo(ApproximatePointRangeQuery other) {

@Override
public final String toString(String field) {
return pointRangeQuery.toString(field);
return pointRangeQuery.toString(field);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public ApproximateableQuery(
this.approximationQueryWeight = approximationQueryWeight;
}


public Weight getApproximationQueryWeight() {
return approximationQueryWeight;
}
Expand Down

0 comments on commit 949b3b4

Please sign in to comment.