Skip to content

Commit b2e380a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a4077bb commit b2e380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notebook-extension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ const editNotebookMetadata: JupyterFrontEndPlugin<void> = {
506506
title: `Show Notebook Tools`,
507507
id: 'notebook-tools',
508508
}
509-
509+
510510
// Check if Show Notebook Tools (Right Sidebar) is open (expanded)
511511
if (!commands.isToggled(command, args)){
512512
await commands.execute(command, args).then(_ => {

0 commit comments

Comments
 (0)