File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ module ts {
498
498
case SyntaxKind . ForInStatement :
499
499
case SyntaxKind . ForStatement :
500
500
case SyntaxKind . IfStatement :
501
- case SyntaxKind . LabelledStatement :
501
+ case SyntaxKind . LabeledStatement :
502
502
case SyntaxKind . ReturnStatement :
503
503
case SyntaxKind . SwitchStatement :
504
504
case SyntaxKind . ThrowKeyword :
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ module ts.formatting {
209
209
if ( ( < TypeReferenceNode > node . parent ) . typeArguments ) {
210
210
return getActualIndentationFromList ( ( < TypeReferenceNode > node . parent ) . typeArguments ) ;
211
211
}
212
+ break ;
212
213
case SyntaxKind . ObjectLiteral :
213
214
return getActualIndentationFromList ( ( < ObjectLiteral > node . parent ) . properties ) ;
214
215
case SyntaxKind . TypeLiteral :
You can’t perform that action at this time.
0 commit comments