8000 Fix lint · nycdotnet/TypeScript@9519688 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9519688

Browse files
committed
Fix lint
1 parent 1f503f1 commit 9519688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10347,7 +10347,7 @@ namespace ts {
1034710347
if (returnTag && returnTag.typeExpression) {
1034810348
return getTypeFromTypeNode(returnTag.typeExpression.type);
1034910349
}
10350-
10350+
1035110351
return undefined;
1035210352
}
1035310353

0 commit comments

Comments
 (0)
0