Skip to content

Commit a7453f2

Browse files
committed
fixed linting.
1 parent ca9fdd8 commit a7453f2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

internal/service/odb/cloud_exadata_infrastructure_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ resource "aws_odb_cloud_exadata_infrastructure" "test" {
9797
storage_count = 3
9898
compute_count = 2
9999
availability_zone_id = "use1-az6"
100-
customer_contacts_to_send_to_oci = [{ email = %[2]q }, { email = %[3]q }]
100+
customer_contacts_to_send_to_oci = [{ email = "%[2]s" }, { email = "%[3]s" }]
101101
maintenance_window {
102102
custom_action_timeout_in_mins = 16
103103
is_custom_action_timeout_enabled = true

internal/service/odb/cloud_exadata_infrastructure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ resource "aws_odb_cloud_exadata_infrastructure" "test" {
363363
storage_count = 3
364364
compute_count = 2
365365
availability_zone_id = "use1-az6"
366-
customer_contacts_to_send_to_oci = [{ email =%[2]q }, { email = %[3]q }]
366+
customer_contacts_to_send_to_oci = [{ email = "%[2]s" }, { email = "%[3]s" }]
367367
database_server_type = "X11M"
368368
storage_server_type = "X11M-HC"
369369
maintenance_window {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)