Skip to content

Commit

Permalink
Update baggage.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Dec 14, 2023
1 parent c5728bb commit 412bf43
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 @@ -567,7 +567,7 @@ func parsePropertyInternal(s string) (p Property, ok bool) {

// If we have not reached the end and we can't find the '=' delimiter,
// it means the property is invalid.
if s[index] != keyValueDelimiter[0] {
if s[index] != keyValueDelimiter[0] {
return
}

Expand Down

0 comments on commit 412bf43

Please sign in to comment.