Skip to content

Commit df81909

Browse files
committed
lint
1 parent 6b70903 commit df81909

File tree

5 files changed

+349
-825
lines changed

5 files changed

+349
-825
lines changed

internal/services/ipam/testfuncs/checks.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func CheckIPDestroy(tt *acctest.TestTools) resource.TestCheckFunc {
3333
IPID: ID,
3434
Region: region,
3535
})
36+
3637
switch {
3738
case err == nil:
3839
return retry.RetryableError(fmt.Errorf("IP (%s) still exists", rs.Primary.ID))
@@ -42,6 +43,7 @@ func CheckIPDestroy(tt *acctest.TestTools) resource.TestCheckFunc {
4243
return retry.NonRetryableError(err)
4344
}
4445
}
46+
4547
return nil
4648
})
4749
}

0 commit comments

Comments
 (0)