Skip to content

Commit feba8fb

Browse files
Alignment.
1 parent 8d4d7df commit feba8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ module ts {
389389

390390
export interface Identifier extends PrimaryExpression {
391391
text: string; // Text of identifier (with escapes converted to characters)
392-
originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later
392+
originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later
393393
}
394394

395395
export interface QualifiedName extends Node {

0 commit comments

Comments
 (0)