Skip to content

Commit 43175fd

Browse files
committed
fix lint
1 parent b6bf877 commit 43175fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/completions/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const completionPlugin: JupyterFrontEndPlugin<JaiCompletionToken> = {
7272
);
7373
return null;
7474
}
75-
75+
7676
const completionHandler = new CompletionWebsocketHandler();
7777
const provider = new JaiInlineProvider({
7878
completionHandler,

0 commit comments

Comments
 (0)