Skip to content

Commit 20df6d7

Browse files
Reorder
1 parent 1e8d19a commit 20df6d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/common/src/types/command/ActionDescriptor.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export const simpleActionNames = [
3535
"insertEmptyLinesAround",
3636
"joinLines",
3737
"outdentLine",
38-
"private.getTargets",
39-
"private.setKeyboardTarget",
40-
"private.showParseTree",
4138
"randomizeTargets",
4239
"remove",
4340
"rename",
@@ -58,6 +55,9 @@ export const simpleActionNames = [
5855
"toggleLineBreakpoint",
5956
"toggleLineComment",
6057
"unfoldRegion",
58+
"private.getTargets",
59+
"private.setKeyboardTarget",
60+
"private.showParseTree",
6161
] as const;
6262

6363
const complexActionNames = [

0 commit comments

Comments
 (0)