From 08ffc49652cce7dbbca539d14d9d67e8d30b4cea Mon Sep 17 00:00:00 2001 From: Yong Zhang Date: Mon, 11 Mar 2024 09:15:46 +0800 Subject: [PATCH] Update pkg/ctl/topic/list.go Co-authored-by: Qiang Zhao --- pkg/ctl/topic/list.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/ctl/topic/list.go b/pkg/ctl/topic/list.go index e8134778..f374ada7 100644 --- a/pkg/ctl/topic/list.go +++ b/pkg/ctl/topic/list.go @@ -91,7 +91,6 @@ func doListTopics(vc *cmdutils.VerbCmd) error { WithTextFunc(func(w io.Writer) error { table := tablewriter.NewWriter(w) vc.OutputConfig.TableConfig(table) - vc.OutputConfig.TableConfig(table) table.SetHeader([]string{"topic name", "partitioned ?"}) for _, v := range partitionedTopics {