Skip to content

Commit

Permalink
Indent header values
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-jones committed Dec 6, 2024
1 parent b62fb99 commit e831787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func run(ctx context.Context, cfg config, message string) error {
if metadata := res.GetMetadata(); metadata != nil {
fmt.Println("metadata from server:")
for _, item := range metadata.GetItems() {
fmt.Printf("%s: %s\n", item.Key, strings.Join(item.Values, ", "))
fmt.Printf(" - %s: %s\n", item.Key, strings.Join(item.Values, ", "))
}
}

Expand Down

0 comments on commit e831787

Please sign in to comment.