Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 22, 2024
1 parent 9232e67 commit 56a5803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clients/vscode/src/chat/ChatViewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class ChatViewProvider implements WebviewViewProvider {
private readonly agent: Agent,
private readonly logger: LogOutputChannel,
private readonly gitProvider: GitProvider,
) { }
) {}

static getFileContextFromSelection({
editor,
Expand Down Expand Up @@ -484,9 +484,9 @@ export class ChatViewProvider implements WebviewViewProvider {
private formatLineHashForCodeBrowser(
range:
| {
start: number;
end?: number;
}
start: number;
end?: number;
}
| undefined,
): string {
if (!range) return "";
Expand Down

0 comments on commit 56a5803

Please sign in to comment.