Skip to content

Commit a9494f0

Browse files
committed
refactor: add missing simicolon
1 parent b465ea2 commit a9494f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompts/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class PromptProvider implements vscode.InlineCompletionItemProvider {
148148
// Perform download
149149
this.update('sync~spin', 'Downloading');
150150
await ollamaDownloadModel(inferenceConfig.endpoint, inferenceConfig.modelName, inferenceConfig.bearerToken);
151-
this.update('sync~spin', 'Llama Coder')
151+
this.update('sync~spin', 'Llama Coder');
152152
}
153153
if (token.isCancellationRequested) {
154154
info(`Canceled after AI completion.`);

0 commit comments

Comments
 (0)