Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 15, 2017
1 parent 6987ba8 commit 636e922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/document.test.js
Expand Up @@ -4046,9 +4046,9 @@ describe('document', function() {
}, { retainKeyOrder: true });

schema.virtual('tests').get(function() {
return _.map(this.nested, function(v, key) {
return _.map(this.nested, function(v) {
return v;
})
});
});

var M = db.model('gh5078', schema);
Expand Down

0 comments on commit 636e922

Please sign in to comment.