Skip to content

Commit b5b09bf

Browse files
Darshan808dlqqq
authored andcommitted
fix lint
1 parent 081c128 commit b5b09bf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

packages/jupyter-ai/src/completions/provider.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,14 @@ export class JaiInlineProvider
128128
}
129129
]
130130
});
131-
const items = [{
132-
error: {message: error.title},
133-
insertText: ""
134-
}]
135-
console.log({items});
136-
return { items }
131+
const items = [
132+
{
133+
error: { message: error.title },
134+
insertText: ''
135+
}
136+
];
137+
console.log({ items });
138+
return { items };
137139
}
138140
return result.list;
139141
}

0 commit comments

Comments
 (0)