Trim whitespace

This commit is contained in:
rbuckton 2017-03-30 12:59:09 -07:00
parent ea2aa0c079
commit 3eb6270c9b

View file

@ -2870,7 +2870,7 @@ namespace ts {
/* @internal */
export interface TransientSymbol extends Symbol, SymbolLinks {
checkFlags: CheckFlags;
isRestParameter?: boolean;
isRestParameter?: boolean;
}
export type SymbolTable = Map<Symbol>;