Skip to content

Commit

Permalink
Fix formatting with gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
decke committed Feb 3, 2025
1 parent 27d21b2 commit 0d4e43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 0d4e43e

Please sign in to comment.