Skip to content

Commit 98cafd2

Browse files
committed
spotless
Signed-off-by: Karen X <[email protected]>
1 parent 913402e commit 98cafd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/transport-grpc/src/test/java/org/opensearch/transport/grpc/proto/request/search/query/QueryBuilderProtoConverterRegistryTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ public void testBoolQueryConversion() {
360360
assertNotNull("QueryBuilder should not be null", queryBuilder);
361361
assertEquals("Should be a BoolQueryBuilder", "org.opensearch.index.query.BoolQueryBuilder", queryBuilder.getClass().getName());
362362
}
363-
public void testGeoDistanceQueryConversion() {
363+
364+
public void testGeoDistanceQueryConversion() {
364365
// Create a GeoDistance query container
365366
LatLonGeoLocation latLonLocation = LatLonGeoLocation.newBuilder().setLat(40.7589).setLon(-73.9851).build();
366367

0 commit comments

Comments
 (0)