Skip to content

Commit a65f94f

Browse files
committed
chore: format
1 parent d4cd5cc commit a65f94f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google-cloud-firestore/src/main/java/com/google/cloud/firestore/CollectionGroup.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ public ApiFuture<List<QueryPartition>> getPartitions(long desiredPartitionCount)
116116
Span span = traceUtil.startSpan(TraceUtil.SPAN_NAME_PARTITIONQUERY);
117117
try (Scope scope = traceUtil.getTracer().withSpan(span)) {
118118
return ApiFutures.transform(
119-
rpcContext.sendRequest(
120-
request, rpcContext.getClient().partitionQueryPagedCallable()),
119+
rpcContext.sendRequest(request, rpcContext.getClient().partitionQueryPagedCallable()),
121120
new ApiFunction<PartitionQueryPagedResponse, List<QueryPartition>>() {
122121
@Override
123122
public List<QueryPartition> apply(PartitionQueryPagedResponse response) {

0 commit comments

Comments
 (0)