fix(ci): gofmt manager_test.go to unbreak main (#2386)
manager_test.go landed from #2350 with a gofmt violation (extra spaces aligning a struct field), turning main red: build-test's `gofmt -l .` and lint's goimports both flag it. #2350's merge push never ran the Go workflow, so it went unnoticed until the next push surfaced it. Pure `gofmt -w` output, one whitespace line, no behavior change.
This commit is contained in:
parent
c9cff5f22e
commit
8cadea5b16