We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebac05 commit 21aa39aCopy full SHA for 21aa39a
lhost/via-exim.go
@@ -410,7 +410,7 @@ func init() {
410
} else if len(e.Diagnosis) < len(anotherone[j]) {
411
// Override the value of diagnostic code message with the value of alterrors
412
// because the latter includes the former.
413
- anotherone[j] = moji.Squeeze(anotherone[j], " ")
+ anotherone[j] = moji.Squeeze(anotherone[j], ' ')
414
if strings.Contains(strings.ToLower(anotherone[j]), strings.ToLower(e.Diagnosis)) {
415
// anotherone[j] contains the same error message stored in e.Diagnosis
416
e.Diagnosis = anotherone[j]
0 commit comments