Skip to content

Commit

Permalink
remove unessery newline
Browse files Browse the repository at this point in the history
  • Loading branch information
malpou committed Jan 10, 2025
1 parent a1d64bd commit 78e1ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registry/txt.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func NewTXTRegistry(provider provider.Provider, txtPrefix, txtSuffix, ownerID st
managedRecordTypes, excludeRecordTypes []string,
txtEncryptEnabled bool, txtEncryptAESKey []byte,
newFormatOnly bool) (*TXTRegistry, error) {

if ownerID == "" {
return nil, errors.New("owner id cannot be empty")
}
Expand Down

0 comments on commit 78e1ffc

Please sign in to comment.