Skip to content

Commit

Permalink
Prettier Code for passing Test Lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilip-Jain authored Oct 14, 2023
1 parent 657313c commit ab1fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notebook-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ const editNotebookMetadata: JupyterFrontEndPlugin<void> = {
if (
tool.widget.title.label === trans.__('Advanced Tools') &&
tool.collapsed
) {
) {
tool.toggle();
}
});
Expand Down

0 comments on commit ab1fd64

Please sign in to comment.