Skip to content

Commit 81714c2

Browse files
committed
style: fix lint
1 parent 528f125 commit 81714c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/model.populate.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,9 +3090,9 @@ describe('model: populate:', function() {
30903090
name: 'Child 1',
30913091
toy: { kind: 'gh5377_a', value: toyA._id }
30923092
},
3093-
{
3094-
name: 'Child 2'
3095-
},
3093+
{
3094+
name: 'Child 2'
3095+
},
30963096
{
30973097
name: 'Child 3',
30983098
toy: { kind: 'gh5377_b', value: toyB._id }

0 commit comments

Comments
 (0)