Skip to content

Commit

Permalink
Update pkg/ctl/topic/list.go
Browse files Browse the repository at this point in the history
Co-authored-by: Qiang Zhao <[email protected]>
  • Loading branch information
zymap and mattisonchao authored Mar 11, 2024
1 parent ebc0c86 commit 08ffc49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ctl/topic/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 08ffc49

Please sign in to comment.