Skip to content

Commit 5f54741

Browse files
committed
chore: Satisfy the formatter.
1 parent cd09f34 commit 5f54741

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/actions/edit.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
import {
8-
ContextMenuRegistry,
9-
Msg,
10-
keyboardNavigationController,
11-
} from 'blockly';
7+
import {ContextMenuRegistry, Msg, keyboardNavigationController} from 'blockly';
128
import {Navigation} from 'src/navigation';
139
import {getMenuItem} from '../shortcut_formatting';
1410
import * as Constants from '../constants';

0 commit comments

Comments
 (0)