Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2023
1 parent a4077bb commit b2e380a
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 @@ -506,7 +506,7 @@ const editNotebookMetadata: JupyterFrontEndPlugin<void> = {
title: `Show Notebook Tools`,

Check failure on line 506 in packages/notebook-extension/src/index.ts

View workflow job for this annotation

GitHub Actions / Test Lint

Strings must use singlequote
id: 'notebook-tools',
}

Check failure on line 508 in packages/notebook-extension/src/index.ts

View workflow job for this annotation

GitHub Actions / Test Lint

Insert `;`

// Check if Show Notebook Tools (Right Sidebar) is open (expanded)
if (!commands.isToggled(command, args)){

Check failure on line 511 in packages/notebook-extension/src/index.ts

View workflow job for this annotation

GitHub Actions / Test Lint

Insert `·`
await commands.execute(command, args).then(_ => {

Check failure on line 512 in packages/notebook-extension/src/index.ts

View workflow job for this annotation

GitHub Actions / Test Lint

Replace `_·=>·{⏎` with `(_)·=>·{`
Expand Down

0 comments on commit b2e380a

Please sign in to comment.