Skip to content

Commit 260a27d

Browse files
committed
Fix LGTM warning
1 parent a151862 commit 260a27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export async function activate(ctx: ExtensionContext): Promise<void> {
7777
const distributionManager = new DistributionManager(ctx, distributionConfigListener, DEFAULT_DISTRIBUTION_VERSION_CONSTRAINT);
7878

7979
const shouldUpdateOnNextActivationKey = "shouldUpdateOnNextActivation";
80-
80+
8181
registerErrorStubs(ctx, [checkForUpdatesCommand], command => () => {
8282
Window.showErrorMessage(`Can't execute ${command}: waiting to finish loading CodeQL CLI.`);
8383
});

0 commit comments

Comments
 (0)