Skip to content

Commit 05801fc

Browse files
committed
fix linter
1 parent 24a6e50 commit 05801fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/editorServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ namespace ts.server {
220220
for (const openFile of this.openFilesReferenced) {
221221
this.eventHandler("context", openFile.getDefaultProject(), openFile.fileName);
222222
}
223-
223+
224224
// TODO: project system view is inconsistent
225225
}
226226

tests/cases/unittests/tsserverProjectSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,6 @@ namespace ts {
720720

721721
projectService.closeClientFile(file1.path);
722722
checkNumberOfConfiguredProjects(projectService, 0);
723-
})
723+
});
724724
});
725725
}

0 commit comments

Comments
 (0)