Skip to content

chore: remove stray test comment in analyze ports.go#30

Merged
tae2089 merged 1 commit into
feat/cross-namespace-refsfrom
claude/elegant-greider-3efbb2
Jul 19, 2026
Merged

chore: remove stray test comment in analyze ports.go#30
tae2089 merged 1 commit into
feat/cross-namespace-refsfrom
claude/elegant-greider-3efbb2

Conversation

@tae2089

@tae2089 tae2089 commented Jul 19, 2026

Copy link
Copy Markdown
Owner

What

Remove a leftover // test comment sitting directly after the import block in internal/app/analyze/ports.go.

Why

The comment carried no meaning and failed gofmt (missing blank-line separation after the import block). It survived the earlier cleanup commit 6e14a16, which removed a different commented line.

Notes for reviewers

  • Comment-only change: the line is replaced by a blank line; no behavior or API change.
  • gofmt -l internal/app/analyze/ports.go is clean.
  • CGO_ENABLED=1 go test -tags "fts5" ./internal/app/analyze/... -count=1 passes (changes/flow/impact/query).

🤖 Generated with Claude Code

Remove leftover // test comment after the import block in
internal/app/analyze/ports.go that failed gofmt's blank-line
separation. Comment-only change; gofmt now passes and
internal/app/analyze tests are green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@tae2089
tae2089 changed the base branch from main to feat/cross-namespace-refs July 19, 2026 01:57
@tae2089
tae2089 merged commit 6976cf8 into feat/cross-namespace-refs Jul 19, 2026
1 check passed
@tae2089
tae2089 deleted the claude/elegant-greider-3efbb2 branch July 19, 2026 01:57
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