Skip to content

Commit 1c90105

Browse files
author
protobuf-ci-cd
committed
fix lint
1 parent e942f9f commit 1c90105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/domain/zone_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ func testAccCheckDomainZoneDestroy(tt *acctest.TestTools) resource.TestCheckFunc
126126
if rs.Primary.Attributes["subdomain"] == "" {
127127
return nil
128128
}
129+
129130
return fmt.Errorf("zone %s still exist for domain: %s",
130131
rs.Primary.Attributes["subdomain"],
131132
rs.Primary.Attributes["domain"])

0 commit comments

Comments
 (0)