Skip to content

Commit 647dc07

Browse files
committed
Missing semicolons make me nervous
1 parent 52496b2 commit 647dc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/fourslash/inlayHintsInteractiveMultifileFunctionCalls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ goTo.file("./aaa.mts");
2121
verify.baselineInlayHints(undefined, {
2222
includeInlayParameterNameHints: "all",
2323
interactiveInlayHints: true
24-
})
24+
});

0 commit comments

Comments
 (0)