From feba8fbbde2266f6affad052216726c8dc74dad8 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 16 Apr 2015 14:39:34 -0700 Subject: [PATCH] Alignment. --- src/compiler/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/types.ts b/src/compiler/types.ts index b3d2f7858ea..bc9a0f66f8d 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -389,7 +389,7 @@ module ts { export interface Identifier extends PrimaryExpression { text: string; // Text of identifier (with escapes converted to characters) - originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later + originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later } export interface QualifiedName extends Node {