Skip to content

Commit 5494f70

Browse files
committed
Fix formatting
1 parent 1380ea7 commit 5494f70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

provider/provider_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ resource "oci_core_instance" "t" {
144144
`
145145

146146
const (
147-
instanceDnsConfig = `
147+
instanceDnsConfig = `
148148
data "oci_identity_availability_domains" "ADs" {
149149
compartment_id = "${var.compartment_id}"
150150
}
@@ -198,7 +198,8 @@ resource "oci_core_instance" "t" {
198198
create = "15m"
199199
}
200200
}
201-
` + DefinedTagsDependencies)
201+
` + DefinedTagsDependencies
202+
)
202203

203204
func GetTestProvider() *OracleClients {
204205
r := &schema.Resource{

0 commit comments

Comments
 (0)