diff --git a/internal/cmd/platform.go b/internal/cmd/platform.go index e77b96c..646abfa 100644 --- a/internal/cmd/platform.go +++ b/internal/cmd/platform.go @@ -134,7 +134,6 @@ func runPlatformHealth(cmd *cobra.Command, _ []string) error { if outputFormat == "yaml" { return printYAML(h) } - } w := tabwriter.NewWriter(os.Stdout, 0, 4, 2, ' ', 0) kv(w, "Status", h.Status) kv(w, "Version", h.Version)