Fix indentation.

This commit is contained in:
Cyrus Najmabadi 2014-12-04 10:08:32 -08:00
parent 4db419d93c
commit 9beb730757

View File

@ -7819,7 +7819,7 @@ module ts {
if (node.expression) {
checkExpression(node.expression);
}
}
}
function checkTryStatement(node: TryStatement) {
checkBlock(node.tryBlock);