Skip to content

Commit b44d772

Browse files
committed
refactor: remove unnecessary blank line in getNodeSuggestions.ts
1 parent 12268b0 commit b44d772

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/suggestion/getNodeSuggestions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const getNodeSuggestions = (
3535
${functions?.map((_, i) => `const check${i}: TargetType = {} as F${i};`).join("\n")}
3636
`;
3737

38-
3938
const fileName = "index.ts";
4039
const host = createCompilerHost(fileName, sourceCode);
4140
const sourceFile = host.getSourceFile(fileName)!;

0 commit comments

Comments
 (0)