Skip to content

Commit 0d4e43e

Browse files
committed
Fix formatting with gofmt
1 parent 27d21b2 commit 0d4e43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func mailHandler(peer smtpd.Peer, env smtpd.Envelope) error {
195195
environ = append(environ, fmt.Sprintf("%s=%s", "SMTPRELAY_PEER", peerIP))
196196

197197
cmd := exec.Cmd{
198-
Env: environ,
198+
Env: environ,
199199
Path: *command,
200200
}
201201

0 commit comments

Comments
 (0)