diff --git a/checker/ccadb_test.go b/checker/ccadb_test.go index df29755..4a9944b 100644 --- a/checker/ccadb_test.go +++ b/checker/ccadb_test.go @@ -102,4 +102,3 @@ func TestSplitCAADomains(t *testing.T) { t.Error("empty input should yield nil") } } - diff --git a/checker/types.go b/checker/types.go index b9f55f6..382e22e 100644 --- a/checker/types.go +++ b/checker/types.go @@ -52,4 +52,3 @@ type CAARecord struct { Tag string `json:"tag"` Value string `json:"value"` } -