Hive
fix(server): collapse webhook empty-state subtitle to fix mix format
GitHub issue · Closed
Source
tuist/tuist #10849
Updated
Jun 24, 2026
Summary
- Format check on main is failing because
subtitle={dgettext(...)}in the webhooks empty-state was wrapped across three lines after #10846 trimmed the string.mix formatprefers the single-line form. - Failing run: https://github.com/tuist/tuist/actions/runs/26043992028/job/76563065418
Test plan
-
mix format --check-formatted server/lib/tuist_web/live/webhooks_live.html.heexpasses locally
🤖 Generated with Claude Code
No GitHub comments yet.