From 78e1ffc83b37eb4263184b7369c3f187c8b53d89 Mon Sep 17 00:00:00 2001 From: Malthe Poulsen <30603252+malpou@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:07:23 +0000 Subject: [PATCH] remove unessery newline --- registry/txt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/txt.go b/registry/txt.go index c713c2e840..cf5baa400d 100644 --- a/registry/txt.go +++ b/registry/txt.go @@ -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") }