Skip to content

Commit c256941

Browse files
committed
style: fix lint
1 parent 22f6d9e commit c256941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/models.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function gh13930() {
9393

9494
const Test = connection.model<ITest>('Test', TestSchema);
9595

96-
Test.insertMany<{foo: string}>([{ foo: 'bar' }], { });
96+
Test.insertMany<{ foo: string }>([{ foo: 'bar' }], { });
9797
}
9898

9999
function gh10074() {

0 commit comments

Comments
 (0)