Skip to content

Commit 195f94c

Browse files
Add empty line in ExecuteCommand (#2702)
## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet
1 parent 40621ea commit 195f94c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import type { ActionReturnValue } from "./actions.types";
1414
*/
1515
export default class ExecuteCommand {
1616
private callbackAction: CallbackAction;
17+
1718
constructor(rangeUpdater: RangeUpdater) {
1819
this.callbackAction = new CallbackAction(rangeUpdater);
1920
this.run = this.run.bind(this);

0 commit comments

Comments
 (0)