Skip to content

Commit 6976cf8

Browse files
tae2089claude
andcommitted
chore: remove stray test comment in analyze ports.go
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>
1 parent 4fe37cb commit 6976cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/app/analyze/ports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/tae2089/code-context-graph/internal/domain/graph"
88
)
9-
// test
9+
1010
// FlowRebuildStore is the transaction-scoped graph and flow persistence surface used by a rebuild.
1111
// @intent let flow application policy trace and replace flows without importing a database adapter.
1212
type FlowRebuildStore interface {

0 commit comments

Comments
 (0)