Skip to content

Commit 84fe871

Browse files
committed
Formatting
1 parent fe46983 commit 84fe871

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/firestore/src/core/query.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,7 @@ export function queryToAggregateTarget(query: Query): Target {
307307
return queryImpl.memoizedAggregateTarget;
308308
}
309309

310-
function _queryToTarget(
311-
queryImpl: QueryImpl,
312-
orderBys: OrderBy[]
313-
): Target {
310+
function _queryToTarget(queryImpl: QueryImpl, orderBys: OrderBy[]): Target {
314311
if (queryImpl.limitType === LimitType.First) {
315312
return newTarget(
316313
queryImpl.path,

0 commit comments

Comments
 (0)