Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Dec 8, 2023
1 parent a80a261 commit 6b5de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baggage/baggage.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ func parsePropertyInternal(s string) (p Property, ok bool) {
}

if s[index] != keyValueDelimiter[0] {
// Bad key-value delimiter.
// Bad key-value delimiter or invalid key.
return
}

Check warning on line 566 in baggage/baggage.go

View check run for this annotation

Codecov / codecov/patch

baggage/baggage.go#L564-L566

Added lines #L564 - L566 were not covered by tests

Expand Down

0 comments on commit 6b5de85

Please sign in to comment.