Skip to content

Commit 4e644e5

Browse files
committed
Fixes spacing issue
1 parent 52b1496 commit 4e644e5

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
@@ -1958,7 +1958,7 @@ namespace ts {
19581958
returnType = signature.typePredicate.type;
19591959
}
19601960
else {
1961-
returnType = getReturnTypeOfSignature(signature);
1961+
returnType = getReturnTypeOfSignature(signature);
19621962
}
19631963
buildTypeDisplay(returnType, writer, enclosingDeclaration, flags, symbolStack);
19641964
}

0 commit comments

Comments
 (0)