Skip to content

Commit 1f736b4

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 9b91416 commit 1f736b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cursorless-engine/src/cursorlessEngine.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ export function createCursorlessEngine(
5656

5757
const languageDefinitions = new LanguageDefinitions(fileSystem, treeSitter);
5858

59-
const customSpokenFormGenerator = new CustomSpokenFormGeneratorImpl(fileSystem);
59+
const customSpokenFormGenerator = new CustomSpokenFormGeneratorImpl(
60+
fileSystem,
61+
);
6062

6163
ide.disposeOnExit(rangeUpdater, languageDefinitions, hatTokenMap, debug);
6264

0 commit comments

Comments
 (0)