Skip to content

Fix gofmt formatting in TUI files#1

Merged
bricef merged 1 commit into
mainfrom
fix/ci-gofmt
May 16, 2026
Merged

Fix gofmt formatting in TUI files#1
bricef merged 1 commit into
mainfrom
fix/ci-gofmt

Conversation

@bricef
Copy link
Copy Markdown
Owner

@bricef bricef commented May 16, 2026

Summary

  • Apply gofmt to internal/tui/app.go, edit.go, and mytasks.go to restore canonical column alignment.
  • Pure whitespace / alignment changes — no logic touched.
  • Unblocks CI: the check job was failing on just fmt-check (which runs gofmt -l .).

Test plan

  • just fmt-check — clean
  • just vet — clean
  • just test (unit + integration + race) — pass
  • scripts/qa-test.sh — 45/45 pass
  • just build — all four binaries build (taskflow, taskflow-server, taskflow-tui, taskflow-mcp)

🤖 Generated with Claude Code

Restore gofmt-canonical column alignment in internal/tui/app.go,
edit.go, and mytasks.go to unblock CI (just fmt-check).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bricef bricef merged commit b252121 into main May 16, 2026
3 checks passed
@bricef bricef deleted the fix/ci-gofmt branch May 16, 2026 00:36
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