Skip to content

Commit dfe4b8e

Browse files
committed
fix: formatting
1 parent b7e94ff commit dfe4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/lib/modular/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function endAt(...fieldValues) {
144144
* @param {DocumentSnapshot} snapshot
145145
* @returns {QueryEndAtConstraint}
146146
*/
147-
export function endAt(snapshot){
147+
export function endAt(snapshot) {
148148
return new QueryConstraint('endAt', snapshot);
149149
}
150150

0 commit comments

Comments
 (0)