Skip to content

fix: apply Deno formatting#2

Open
taras wants to merge 1 commit intojoshamaju:effect-benchmarkfrom
thefrontside:fix/effect-benchmark-fmt
Open

fix: apply Deno formatting#2
taras wants to merge 1 commit intojoshamaju:effect-benchmarkfrom
thefrontside:fix/effect-benchmark-fmt

Conversation

@taras
Copy link
Copy Markdown

@taras taras commented Feb 14, 2026

Summary

This PR fixes the CI formatting failures on your Effect benchmark PR (thefrontside#981 on thefrontside/effection).

Changes

Just 3 files formatted with deno fmt:

  • tasks/bench.ts - trailing comma fix
  • tasks/bench/scenarios/effect.recursion.ts - line break style
  • tasks/bench/scenarios/scenario.ts - ternary formatting

Root Cause

The code was formatted with Prettier instead of Deno's built-in formatter, causing deno fmt --check to fail in CI.

After Merging

Once you merge this, your PR thefrontside#981 should pass the formatting check. Note that there's still a lint issue (tasks/ is now excluded from linting in the current v4 branch), so you may also need to rebase onto the latest v4 to pass CI fully.


Thanks for the Effect benchmark contribution!

Run deno fmt to fix formatting issues that were causing CI to fail.
The original code was formatted with Prettier instead of Deno's formatter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant