Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Aug 9, 2023
1 parent d075b5a commit 0917008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/shortcut_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ goog.declareModuleId('Blockly.ShortcutRegistry');

import {KeyCodes} from './utils/keycodes.js';
import * as object from './utils/object.js';
import { WorkspaceSvg } from './workspace_svg.js';
import {WorkspaceSvg} from './workspace_svg.js';

/**
* Class for the registry of keyboard shortcuts. This is intended to be a
Expand Down
2 changes: 1 addition & 1 deletion tests/mocha/keydown_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ suite('Key Down', function () {
*/
function setSelectedBlock(workspace) {
defineStackBlock();
const block = workspace.newBlock('stack_block')
const block = workspace.newBlock('stack_block');
Blockly.common.setSelected(block);
return block;
}
Expand Down

0 comments on commit 0917008

Please sign in to comment.