Skip to content

Commit b478355

Browse files
committed
spacing
1 parent dc3e67c commit b478355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/language/__tests__/kind-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ describe('Kind', () => {
1212
const c: Kind = Kind.ARGUMENT;
1313
c;
1414
});
15+
1516
it('is a type level namespace with type level enum members', () => {
1617
// @ts-expect-error
1718
const a: Kind.NAME = 'bad';

0 commit comments

Comments
 (0)