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 Jan 17, 2025
1 parent 491c8bb commit a76b31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-agent/src/codeLens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class CodeLensProvider implements Feature {
getPositionFromIndex(index: number, editCodeLenses: CodeLens[]): Position {
let line = 0;
let character = 0;
let length = 0;
let length = 0;
for (let i = 0; i < editCodeLenses.length; i++) {
const item = editCodeLenses[i];
const range = item?.range;
Expand Down

0 comments on commit a76b31a

Please sign in to comment.