Skip to content

Commit 69f4ced

Browse files
committed
fix trailing spaces
1 parent 754db14 commit 69f4ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,7 @@ function getModelsMapForPopulate(model, docs, options) {
35803580
if (typeof ref === 'function') {
35813581
ref = ref.call(doc, doc);
35823582
}
3583-
3583+
35843584
// When referencing nested arrays, the ref should be an Array
35853585
// of modelNames.
35863586
if (Array.isArray(ref)) {

0 commit comments

Comments
 (0)