Skip to content

Commit 8390b32

Browse files
committed
format mongoc-collection.c
1 parent 8aced03 commit 8390b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-collection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ mongoc_collection_count_with_opts (
764764
kv ("query",
765765
if (query, // If we have a query,
766766
then (bson (*query)), // Copy it
767-
else(doc ()))), // Otherwise, add an empty doc
767+
else (doc ()))), // Otherwise, add an empty doc
768768
if (limit, then (kv ("limit", int64 (limit)))),
769769
if (skip, then (kv ("skip", int64 (skip)))));
770770

0 commit comments

Comments
 (0)