Skip to content

Commit 7a50250

Browse files
committed
jlpm run format
1 parent e01d441 commit 7a50250

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ const extension: JupyterFrontEndPlugin<void> = {
4343
/**
4444
* A notebook widget extension that adds a button to the toolbar.
4545
*/
46-
export class OfflineNotebookButtons
47-
implements DocumentRegistry.IWidgetExtension<NotebookPanel, INotebookModel>
48-
{
46+
export class OfflineNotebookButtons implements DocumentRegistry.IWidgetExtension<
47+
NotebookPanel,
48+
INotebookModel
49+
> {
4950
/**
5051
* Create a new extension object.
5152
*/

0 commit comments

Comments
 (0)