We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1da9c commit 710a124Copy full SHA for 710a124
rfc2045/make-multipart-flat.go
@@ -55,7 +55,7 @@ func haircut(block *string, heads bool) []string {
55
if len(headerpart[0]) > 0 {
56
// Append parameters
57
headerpart[0] += " " + e
58
- headerpart[0] = moji.Squeeze(headerpart[0], " ")
+ headerpart[0] = moji.Squeeze(headerpart[0], ' ')
59
}
60
61
0 commit comments