mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
remove an odd new-line for catch clause
This commit is contained in:
parent
aeeff28fd6
commit
cc8bd6fc09
@ -1923,7 +1923,6 @@ namespace ts {
|
||||
}
|
||||
|
||||
function emitCatchClause(node: CatchClause) {
|
||||
writeLine();
|
||||
const openParenPos = writeToken(SyntaxKind.CatchKeyword, node.pos);
|
||||
write(" ");
|
||||
writeToken(SyntaxKind.OpenParenToken, openParenPos);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user