chore: Run formatter

This commit is contained in:
Aaron Dodson
2026-04-27 09:17:54 -07:00
parent 688a014e59
commit 4116e41102
@@ -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',