Skip to content

Commit 3e212e6

Browse files
author
Joseph Watts
committed
Fix linter error
Signed-off-by: Joseph Watts <[email protected]>
1 parent 385f483 commit 3e212e6

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
@@ -5232,7 +5232,7 @@ namespace ts {
52325232
export const enum LexicalEnvironmentScoping {
52335233
Function,
52345234
Block
5235-
};
5235+
}
52365236

52375237
export interface TransformationContext {
52385238
/*@internal*/ getEmitResolver(): EmitResolver;

0 commit comments

Comments
 (0)