Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Dec 8, 2023
1 parent 6dc6ce1 commit ad00a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion baggage/baggage.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ func parsePropertyInternal(s string) (p Property, ok bool) {
return
}


if s[index] != keyValueDelimiter[0] {
// Bad key-value delimiter.
return
Expand Down

0 comments on commit ad00a12

Please sign in to comment.