Skip to content

Commit

Permalink
Prettier code for Test Lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmevichu committed Feb 18, 2024
1 parent 7af4331 commit a13e108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/notebook-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ const editNotebookMetadata: JupyterFrontEndPlugin<void> = {
}
},
isVisible: () =>
shell.currentWidget !== null &&
shell.currentWidget instanceof NotebookPanel
shell.currentWidget !== null &&
shell.currentWidget instanceof NotebookPanel,
});

if (palette) {
Expand Down

0 comments on commit a13e108

Please sign in to comment.