Skip to content

Commit ccec291

Browse files
clean up
1 parent 3c61e7b commit ccec291

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ abstract class SetSelectionBase implements SimpleAction {
1414

1515
async run(targets: Target[]): Promise<ActionReturnValue> {
1616
const editor = ensureSingleEditor(targets);
17-
1817
const targetSelections = this.getSelections(targets);
1918

2019
const selections =

0 commit comments

Comments
 (0)