Skip to content

Commit 08ffc49

Browse files
zymapmattisonchao
andauthored
Update pkg/ctl/topic/list.go
Co-authored-by: Qiang Zhao <[email protected]>
1 parent ebc0c86 commit 08ffc49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/ctl/topic/list.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ func doListTopics(vc *cmdutils.VerbCmd) error {
9191
WithTextFunc(func(w io.Writer) error {
9292
table := tablewriter.NewWriter(w)
9393
vc.OutputConfig.TableConfig(table)
94-
vc.OutputConfig.TableConfig(table)
9594
table.SetHeader([]string{"topic name", "partitioned ?"})
9695

9796
for _, v := range partitionedTopics {

0 commit comments

Comments
 (0)