Skip to content

Commit

Permalink
fix formatting of header value
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Nov 22, 2018
1 parent f85ae3e commit 2786eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kaf/consume.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var consumeCmd = &cobra.Command{
hdrValue = string(hdr.Value)
}

fmt.Fprintf(w, "\tKey: %v\tValue:%v\n", string(hdr.Key), hdrValue)
fmt.Fprintf(w, "\tKey: %v\tValue: %v\n", string(hdr.Key), hdrValue)

}
w.Flush()
Expand Down

0 comments on commit 2786eb0

Please sign in to comment.