Skip to content

Commit 2c3697f

Browse files
committed
style: fix lint
1 parent 0c7c9bd commit 2c3697f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/types/queries.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -534,13 +534,13 @@ function gh14190() {
534534
);
535535
expectAssignable<
536536
ModifyResult<ReturnType<(typeof UserModel)['hydrate']>>
537-
>(res);
537+
>(res);
538538

539539
const res2 = await UserModel.find().findByIdAndDelete(
540540
'0'.repeat(24),
541541
{ includeResultMetadata: true }
542542
);
543543
expectAssignable<
544544
ModifyResult<ReturnType<(typeof UserModel)['hydrate']>>
545-
>(res2);
545+
>(res2);
546546
}

0 commit comments

Comments
 (0)