mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 21:13:16 -06:00
go fmt
This commit is contained in:
parent
c868cc3e65
commit
ba1c49b7f9
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ func NewEmailSender(templateBaseDir string) email.Sender {
|
|||
cfg.TemplateConfig.BaseDir = templateBaseDir
|
||||
|
||||
s, err := email.NewSender(cfg)
|
||||
if err != nil {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
return s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue