Skip to content

Commit 4143c24

Browse files
Remove unnecessary indent.
1 parent 0282b51 commit 4143c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/syntax/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4217,7 +4217,7 @@ module TypeScript.Parser {
42174217
case ListParsingState.TypeArgumentList_Types: return isType();
42184218
case ListParsingState.TypeParameterList_TypeParameters: return isTypeParameter();
42194219
case ListParsingState.TupleType_Types: return isType();
4220-
default: throw Errors.invalidOperation();
4220+
default: throw Errors.invalidOperation();
42214221
}
42224222
}
42234223

0 commit comments

Comments
 (0)