Skip to content

Commit 5acf8e3

Browse files
committed
fix lint
1 parent b55b6e2 commit 5acf8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/comments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace ts {
99
;`;
1010
const withTrailing = `;/* comment */
1111
// another one
12-
`
12+
`;
1313
it("skips shebang", () => {
1414
const result = getLeadingCommentRanges(withShebang, 0);
1515
assert.isDefined(result);

0 commit comments

Comments
 (0)