mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix indentation.
This commit is contained in:
@@ -7819,7 +7819,7 @@ module ts {
|
||||
if (node.expression) {
|
||||
checkExpression(node.expression);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function checkTryStatement(node: TryStatement) {
|
||||
checkBlock(node.tryBlock);
|
||||
|
||||
Reference in New Issue
Block a user