The yaml-output-support refactor removed the combined json/yaml if-block but left a dangling `}` that closed runPlatformHealth prematurely, putting the tabwriter block outside the function body. Removes the stray brace at line 137. CI vet was failing with: platform.go:138:2: syntax error: non-declaration statement outside function body Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent.go | ||
| completion.go | ||
| config.go | ||
| http.go | ||
| init.go | ||
| platform.go | ||
| root.go | ||
| workspace.go | ||