Skip to content

Commit

Permalink
add more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Dec 5, 2024
1 parent 89b36a5 commit 5193159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/pkg/cli/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (kc *KafkaClient) InspectStep(
}
fmt.Println("")
} else {
fmt.Printf("%s\t%s\t%s\n", topic.Name, msg.Key, msg.Value)
fmt.Printf("%s\t%s\n", msg.Key, msg.Value)
}
}
fmt.Print("----------------\n")
Expand Down

0 comments on commit 5193159

Please sign in to comment.