Skip to content

Commit b5a8fba

Browse files
committed
Formatting - prettier
1 parent ece0ee7 commit b5a8fba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/firestore/src/lite-api/query.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export abstract class QueryFilterConstraint extends QueryConstraint {
145145
* also contains this `QueryFieldFilterConstraint`.
146146
*/
147147
export class QueryFieldFilterConstraint extends QueryFilterConstraint {
148-
149148
/** The type of this query constraint */
150149
readonly type = 'where';
151150

@@ -353,7 +352,6 @@ export function and(
353352
* the query result.
354353
*/
355354
export class QueryOrderByConstraint extends QueryConstraint {
356-
357355
/** The type of this query constraint */
358356
readonly type = 'orderBy';
359357

0 commit comments

Comments
 (0)