Fixes spacing issue

This commit is contained in:
Tingan Ho
2015-07-10 03:27:31 +08:00
parent 52b1496a64
commit 4e644e5ab8
+1 -1
View File
@@ -1958,7 +1958,7 @@ namespace ts {
returnType = signature.typePredicate.type;
}
else {
returnType = getReturnTypeOfSignature(signature);
returnType = getReturnTypeOfSignature(signature);
}
buildTypeDisplay(returnType, writer, enclosingDeclaration, flags, symbolStack);
}