From 3eb6270c9b68e10c5e6603103b4824776b332239 Mon Sep 17 00:00:00 2001 From: rbuckton Date: Thu, 30 Mar 2017 12:59:09 -0700 Subject: [PATCH] Trim whitespace --- 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 dad59dcd63..dcad61a317 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -2870,7 +2870,7 @@ namespace ts { /* @internal */ export interface TransientSymbol extends Symbol, SymbolLinks { checkFlags: CheckFlags; - isRestParameter?: boolean; + isRestParameter?: boolean; } export type SymbolTable = Map;