Skip to content

Commit bb4b33e

Browse files
author
Barry Jaspan
committed
syntax error
1 parent 64fc028 commit bb4b33e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cursorless-engine/src/actions/Actions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ export class Actions implements ActionRecord {
180180
this.modifierStageFactory,
181181
);
182182

183-
this.["experimental.setInstanceReference"] = new SetSpecialTarget(
183+
this["experimental.setInstanceReference"] = new SetSpecialTarget(
184184
"instanceReference",
185185
);
186186

187-
this.["private.showParseTree"] = new ShowParseTree(this.treeSitter);
188-
this.["private.getTargets"] = new GetTargets();
189-
this.["private.setKeyboardTarget"] = new SetSpecialTarget("keyboard");
187+
this["private.showParseTree"] = new ShowParseTree(this.treeSitter);
188+
this["private.getTargets"] = new GetTargets();
189+
this["private.setKeyboardTarget"] = new SetSpecialTarget("keyboard");
190190
}
191191

192192
addSelection;

0 commit comments

Comments
 (0)