Skip to content

Commit 9e9fd00

Browse files
authored
fix typings test
1 parent ee086f7 commit 9e9fd00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ makeCallingParams(
304304

305305
// tslint:disable-next-line
306306
class ObjId {
307-
constructor(id?: string | number) {
308-
}
307+
// tslint:disable-next-line
308+
constructor(id?: string | number) {}
309309
}
310310

311311
// $ExpectType Hook

0 commit comments

Comments
 (0)