Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ committed Dec 9, 2024
1 parent 9262328 commit cf59670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snyk/common/configuration/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class Configuration implements IConfiguration {
private featureFlag: { [key: string]: boolean } = {};
private extensionId: string;

constructor(private processEnv: NodeJS.ProcessEnv = process.env, private workspace: IVSCodeWorkspace) { }
constructor(private processEnv: NodeJS.ProcessEnv = process.env, private workspace: IVSCodeWorkspace) {}

getExtensionId(): string {
return this.extensionId;
Expand Down

0 comments on commit cf59670

Please sign in to comment.