Skip to content

Commit 3c83dd7

Browse files
committed
chore: Run formatter
1 parent 3c389f1 commit 3c83dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/blockly/tests/mocha/shortcut_items_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ suite('Keyboard Shortcut Items', function () {
995995
this.workspace.registerButtonCallback('CREATE_VARIABLE', oldCallback);
996996
});
997997
});
998-
998+
999999
suite('Stack navigation (N / B)', function () {
10001000
const keyNextStack = () => createKeyDownEvent(Blockly.utils.KeyCodes.N);
10011001
const keyPrevStack = () => createKeyDownEvent(Blockly.utils.KeyCodes.B);

0 commit comments

Comments
 (0)