Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc8bd6f

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

1 file changed

-1Lines changed: 0 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/compiler/emitter.ts‎

Copy file name to clipboardExpand all lines: src/compiler/emitter.ts
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.