mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
go fmt
This commit is contained in:
parent
cd45490c16
commit
db569891a5
6 changed files with 17 additions and 17 deletions
|
@ -80,7 +80,7 @@ func (r replaceAddr) RewriteSender(ctx context.Context, mailFrom string) (string
|
|||
if err != nil {
|
||||
return mailFrom, err
|
||||
}
|
||||
mailFrom = results [0]
|
||||
mailFrom = results[0]
|
||||
}
|
||||
return mailFrom, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue