Skip to content

Commit cc8bd6f

Browse files
committed
remove an odd new-line for catch clause
1 parent aeeff28 commit cc8bd6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/emitter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,6 @@ namespace ts {
19231923
}
19241924

19251925
function emitCatchClause(node: CatchClause) {
1926-
writeLine();
19271926
const openParenPos = writeToken(SyntaxKind.CatchKeyword, node.pos);
19281927
write(" ");
19291928
writeToken(SyntaxKind.OpenParenToken, openParenPos);

0 commit comments

Comments
 (0)