Skip to content

Commit a426de3

Browse files
RyanCavanaughbillti
authored andcommitted
Fix lint
(cherry picked from commit 9519688)
1 parent cf0e79a commit a426de3

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
@@ -10359,7 +10359,7 @@ namespace ts {
1035910359
if (returnTag && returnTag.typeExpression) {
1036010360
return getTypeFromTypeNode(returnTag.typeExpression.type);
1036110361
}
10362-
10362+
1036310363
return undefined;
1036410364
}
1036510365

0 commit comments

Comments
 (0)