Skip to content

Commit 5ff38b5

Browse files
authored
Fix whitespace
1 parent 1e024a9 commit 5ff38b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function activateHieNoCheck(context: ExtensionContext, folder: WorkspaceFolder,
215215
if (clients.has(folder.uri.toString())) {
216216
return;
217217
}
218-
218+
219219
// Finally start the client and add it to the list of clients.
220220
langClient.start();
221221
clients.set(folder.uri.toString(), langClient);

0 commit comments

Comments
 (0)