Skip to content

Commit 8b52eb3

Browse files
[autofix.ci] apply automated fixes
1 parent 3d2d902 commit 8b52eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils-ai-vscode/src/commands/description_command.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function descriptionCommand(context: vscode.ExtensionContext) {
1010
)
1111

1212
const secretsStorage = new SecretsStorage(
13-
context.secrets
13+
context.secrets,
1414
)
1515
return async () => {
1616
logger.log('Description command called.')

0 commit comments

Comments
 (0)