Fix formatting with gofmt

This commit is contained in:
Bernhard Froehlich
2025-02-03 15:58:12 +01:00
parent 27d21b2a5b
commit 3bff3e0069

View File

@@ -195,7 +195,7 @@ func mailHandler(peer smtpd.Peer, env smtpd.Envelope) error {
environ = append(environ, fmt.Sprintf("%s=%s", "SMTPRELAY_PEER", peerIP))
cmd := exec.Cmd{
Env: environ,
Env: environ,
Path: *command,
}