mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fixes spacing issue
This commit is contained in:
@@ -1958,7 +1958,7 @@ namespace ts {
|
||||
returnType = signature.typePredicate.type;
|
||||
}
|
||||
else {
|
||||
returnType = getReturnTypeOfSignature(signature);
|
||||
returnType = getReturnTypeOfSignature(signature);
|
||||
}
|
||||
buildTypeDisplay(returnType, writer, enclosingDeclaration, flags, symbolStack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user