Skip to content

Commit

Permalink
dkim: drop extraneous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Nov 20, 2023
1 parent 1ec5c11 commit bab2e0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dkim/canonical.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func (c *relaxedCanonicalizer) CanonicalizeHeader(s string) string {
if len(kv) > 1 {
v = rxReduceWS.ReplaceAllString(kv[1], " ")
v = strings.TrimSpace(v)

}

return k + ":" + v + crlf
Expand Down

0 comments on commit bab2e0c

Please sign in to comment.