Skip to content

Commit 3eb6270

Browse files
committed
Trim whitespace
1 parent ea2aa0c commit 3eb6270

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
@@ -2870,7 +2870,7 @@ namespace ts {
28702870
/* @internal */
28712871
export interface TransientSymbol extends Symbol, SymbolLinks {
28722872
checkFlags: CheckFlags;
2873-
isRestParameter?: boolean;
2873+
isRestParameter?: boolean;
28742874
}
28752875

28762876
export type SymbolTable = Map<Symbol>;

0 commit comments

Comments
 (0)