mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 01:47:14 -06:00
Fix indentation.
This commit is contained in:
parent
4db419d93c
commit
9beb730757
@ -7819,7 +7819,7 @@ module ts {
|
||||
if (node.expression) {
|
||||
checkExpression(node.expression);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function checkTryStatement(node: TryStatement) {
|
||||
checkBlock(node.tryBlock);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user