Skip to content

Commit 41348e6

Browse files
GSMLG-BOTclaude
andcommitted
fix: format test_helper.exs to pass CI checks
Apply mix format to resolve code formatting violation in GitHub Actions CI workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent fe0790f commit 41348e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/test_helper.exs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ exclude =
2727
end
2828

2929
# Store runtime availability in application env for tests to check
30-
Application.put_env(:phoenix_react_server, :test_runtime_available, bun_available or deno_available)
30+
Application.put_env(
31+
:phoenix_react_server,
32+
:test_runtime_available,
33+
bun_available or deno_available
34+
)
35+
3136
Application.put_env(:phoenix_react_server, :test_bun_available, bun_available)
3237
Application.put_env(:phoenix_react_server, :test_deno_available, deno_available)
3338

0 commit comments

Comments
 (0)