Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Jun 3, 2024
1 parent 822bde8 commit 3194be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/packages/snap/src/runner-watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export async function makeWatchRunner(
action: RunnerAction.Test,
filter: filterMode,
},
filter: filterMode? await readTestFilter(): null,
filter: filterMode ? await readTestFilter() : null,
};

subscribeTsc(state, onChange);
Expand Down

0 comments on commit 3194be6

Please sign in to comment.