mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Fixes spacing issue
This commit is contained in:
parent
52b1496a64
commit
4e644e5ab8
@ -1958,7 +1958,7 @@ namespace ts {
|
||||
returnType = signature.typePredicate.type;
|
||||
}
|
||||
else {
|
||||
returnType = getReturnTypeOfSignature(signature);
|
||||
returnType = getReturnTypeOfSignature(signature);
|
||||
}
|
||||
buildTypeDisplay(returnType, writer, enclosingDeclaration, flags, symbolStack);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user