From 4116e41102e18e8601b9f09a4361334e99df72d5 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 27 Apr 2026 09:17:54 -0700 Subject: [PATCH] chore: Run formatter --- packages/blockly/tests/mocha/shortcut_items_test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/blockly/tests/mocha/shortcut_items_test.js b/packages/blockly/tests/mocha/shortcut_items_test.js index d0868c6c0..72f7a97c5 100644 --- a/packages/blockly/tests/mocha/shortcut_items_test.js +++ b/packages/blockly/tests/mocha/shortcut_items_test.js @@ -160,7 +160,9 @@ suite('Keyboard Shortcut Items', function () { await mutatorIcon.setBubbleVisible(true); const bubble = mutatorIcon.getBubble(); - Blockly.getFocusManager().focusTree(bubble.getWorkspace().getFlyout().getWorkspace()); + Blockly.getFocusManager().focusTree( + bubble.getWorkspace().getFlyout().getWorkspace(), + ); const event = new KeyboardEvent('keydown', { keyCode: Blockly.utils.KeyCodes.ESC, key: 'Escape',