Skip to content

Commit e804590

Browse files
chore: style
1 parent 8100f43 commit e804590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NodeParser/FunctionNodeParser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export class FunctionNodeParser implements SubNodeParser {
2020
node.kind === ts.SyntaxKind.FunctionType ||
2121
// @ts-expect-error internals type bug
2222
node.kind === ts.SyntaxKind.FunctionExpression ||
23-
//@ts-expect-error internals type bug
23+
// @ts-expect-error internals type bug
2424
node.kind === ts.SyntaxKind.ArrowFunction ||
25-
//@ts-expect-error internals type bug
25+
// @ts-expect-error internals type bug
2626
node.kind === ts.SyntaxKind.FunctionDeclaration
2727
);
2828
}

0 commit comments

Comments
 (0)