restore fall-through indentation

This commit is contained in:
SaschaNaz
2015-10-09 16:40:47 +09:00
parent 790bb21b12
commit 13d2a729c9

View File

@@ -453,7 +453,7 @@ namespace ts.formatting {
if ((<MethodDeclaration>node).asteriskToken) {
return SyntaxKind.AsteriskToken;
}
// fall-through
// fall-through
case SyntaxKind.PropertyDeclaration:
case SyntaxKind.Parameter: