Skip to content

Commit 6308686

Browse files
committed
style: fix lint
1 parent 97dadf0 commit 6308686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docs/cast.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('Cast Tutorial', function() {
136136
'strictQuery is \'throw\'.');
137137
// acquit:ignore:end
138138
});
139-
139+
140140
it('strictQuery removes casted empty objects', async function() {
141141
mongoose.deleteModel('Character');
142142
const schema = new mongoose.Schema({ name: String, age: Number }, {

0 commit comments

Comments
 (0)