Skip to content

Commit 0fc2e5c

Browse files
authored
remove whitespace
1 parent 36384e7 commit 0fc2e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/models.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ declare module 'mongoose' {
185185

186186
/* Apply defaults to the given document or POJO. */
187187
applyDefaults(obj: AnyObject|TRawDocType): TRawDocType;
188-
188+
189189
/**
190190
* Sends multiple `insertOne`, `updateOne`, `updateMany`, `replaceOne`,
191191
* `deleteOne`, and/or `deleteMany` operations to the MongoDB server in one

0 commit comments

Comments
 (0)