Make golangci-lint gofumpt happy

This commit is contained in:
Winni Neessen 2022-10-17 18:13:28 +02:00
parent 94ad8af58a
commit 321b512c95
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -7,10 +7,11 @@ package mail_test
import (
"context"
"fmt"
"github.com/wneessen/go-mail"
"os"
"text/template"
"time"
"github.com/wneessen/go-mail"
)
// Code example for the NewClient method