chore: gofumpt

This commit is contained in:
theexiile1305 2024-10-11 19:21:34 +02:00
parent df68003f24
commit 148e9d8e1c
No known key found for this signature in database
GPG key ID: A1BDDE98F2BF6E40
3 changed files with 11 additions and 11 deletions

View file

@ -152,7 +152,6 @@ func (p *Part) SetDescription(description string) {
p.description = description p.description = description
} }
// SetIsSMimeSigned sets the flag for signing the Part with S/MIME // SetIsSMimeSigned sets the flag for signing the Part with S/MIME
func (p *Part) SetIsSMimeSigned(smime bool) { func (p *Part) SetIsSMimeSigned(smime bool) {
p.smime = smime p.smime = smime

View file

@ -11,8 +11,9 @@ import (
"encoding/pem" "encoding/pem"
"errors" "errors"
"fmt" "fmt"
"go.mozilla.org/pkcs7"
"strings" "strings"
"go.mozilla.org/pkcs7"
) )
var ( var (