Skip to content

Commit a1ce49e

Browse files
Add empty line for execute command
1 parent 8dd21f1 commit a1ce49e

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)