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 8, 2023
1 parent ad00a12 commit a80a261
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 @@ -546,7 +546,7 @@ func parsePropertyInternal(s string) (p Property, ok bool) {
}

if keyStart == keyEnd {
// Invalid key.
// Empty string after skipping whitespaces.
return
}

Expand Down

0 comments on commit a80a261

Please sign in to comment.