Skip to content

Commit 261e5be

Browse files
committed
feat: fix formatting in domain files
1 parent 06a0eac commit 261e5be

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

internal/services/domain/helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ func BuildZoneName(subdomain, domain string) string {
644644
return fmt.Sprintf("%s.%s", subdomain, domain)
645645
}
646646

647-
648647
func normalizeRecordName(name, dnsZone string) string {
649648
if name == "" || name == "@" {
650649
return ""

internal/services/domain/record_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,5 +958,3 @@ func testAccCheckDomainRecordDestroy(tt *acctest.TestTools) resource.TestCheckFu
958958
return nil
959959
}
960960
}
961-
962-

0 commit comments

Comments
 (0)