Skip to content

Commit 3c5d883

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 0c5e9b3 commit 3c5d883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cursorless-engine/src/scopeProviders/TalonSpokenFormsJsonReader.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ export class TalonSpokenFormsJsonReader implements TalonSpokenForms {
4040
const parentDir = path.dirname(this.spokenFormsPath);
4141
await mkdir(parentDir, { recursive: true });
4242
this.disposer.push(
43-
this.fileSystem.watchDir(parentDir, () => this.notifier.notifyListeners()),
43+
this.fileSystem.watchDir(parentDir, () =>
44+
this.notifier.notifyListeners(),
45+
),
4446
);
4547
}
4648

0 commit comments

Comments
 (0)