Skip to content

Commit 93e3b80

Browse files
committed
chore: Assauge the linter.
1 parent 54effdf commit 93e3b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/actions/move.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const createSerializedKey = ShortcutRegistry.registry.createSerializedKey.bind(
2525
export class MoveActions {
2626
constructor(private mover: Mover) {}
2727

28-
private shortcutNames: Array<string> = [];
29-
private menuItemNames: Array<string> = [];
28+
private shortcutNames: string[] = [];
29+
private menuItemNames: string[] = [];
3030

3131
private registerShortcuts() {
3232
const shortcuts: ShortcutRegistry.KeyboardShortcut[] = [

0 commit comments

Comments
 (0)