Skip to content

Commit ccf4fad

Browse files
author
Alexander Eyers-Taylor
committed
Hopefully make lint happy
1 parent 5754d19 commit ccf4fad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

extensions/ql-vscode/src/extension.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,9 @@ async function activateWithInstalledDistribution(
14241424
void logger.log("Starting language server.");
14251425
await client.start();
14261426
ctx.subscriptions.push({
1427-
dispose: () => { void client.stop(); }
1427+
dispose: () => {
1428+
void client.stop();
1429+
}
14281430
});
14291431
// Jump-to-definition and find-references
14301432
void logger.log("Registering jump-to-definition handlers.");

0 commit comments

Comments
 (0)