Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 23, 2024
1 parent 32c6728 commit e6d70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/repl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function repl({
pattern = allTransform(pattern);
}
if (togetherTransform) {
pattern = togetherTransform(pattern)
pattern = togetherTransform(pattern);
}
if (!isPattern(pattern)) {
const message = `got "${typeof evaluated}" instead of pattern`;
Expand Down

0 comments on commit e6d70b5

Please sign in to comment.