Skip to content

Commit 31596d5

Browse files
committed
style: fix lint
1 parent c51fdd8 commit 31596d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/document.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ describe('document', function() {
735735
return this.content.toUpperCase();
736736
});
737737
postSchema.set('toObject', { virtuals: true });
738-
738+
739739
const User = db.model('User', userSchema);
740740
const Post = db.model('BlogPost', postSchema);
741741

0 commit comments

Comments
 (0)