Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Mar 26, 2024
1 parent 6038d95 commit 9ef009b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extension/providers/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ export class CompletionProvider implements InlineCompletionItemProvider {
return node ? node.text.slice(lineTextLength).trimStart() : ''
}



private onData(
data: StreamResponse | undefined,
prefixSuffix: PrefixSuffix,
Expand Down

0 comments on commit 9ef009b

Please sign in to comment.