Skip to content

Commit e6dcf81

Browse files
committed
Fix lint
1 parent b549c2a commit e6dcf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7414,7 +7414,7 @@ namespace ts {
74147414
export function escapeSnippetText(text: string): string {
74157415
return text.replace(/\$/gm, "\\$");
74167416
}
7417-
7417+
74187418
/**
74197419
* A free identifier is an identifier that can be accessed through name lookup as a local variable.
74207420
* In the expression `x.y`, `x` is a free identifier, but `y` is not.

0 commit comments

Comments
 (0)