Skip to content

Commit 78e1ffc

Browse files
committed
remove unessery newline
1 parent a1d64bd commit 78e1ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

registry/txt.go

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func NewTXTRegistry(provider provider.Provider, txtPrefix, txtSuffix, ownerID st
6868
managedRecordTypes, excludeRecordTypes []string,
6969
txtEncryptEnabled bool, txtEncryptAESKey []byte,
7070
newFormatOnly bool) (*TXTRegistry, error) {
71-
7271
if ownerID == "" {
7372
return nil, errors.New("owner id cannot be empty")
7473
}

0 commit comments

Comments
 (0)