Skip to content

Commit 764821c

Browse files
author
Ravi Tandon
committed
Fixing some formatting errors reported by gofmt and govet for existing files through pre-push hooks.
1 parent 2a265ee commit 764821c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

provider/core_images_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (s *ImagesDataSourceCrud) SetData() {
152152

153153
for _, r := range s.Res.Items {
154154
image := map[string]interface{}{
155-
// "compartment_id": *r.CompartmentId,
155+
// "compartment_id": *r.CompartmentId,
156156
}
157157

158158
// The spec marks compartmentId as a required field, but the service doesn't return it for official images.

provider/identity_customer_secret_key_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77

88
"github.com/hashicorp/terraform/helper/schema"
99
oci_identity "github.com/oracle/oci-go-sdk/identity"
10+
1011
"github.com/oracle/terraform-provider-oci/crud"
1112
)
1213

tools/oci-tool/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ Migration Successful. If you configure your plugins with a .terraformrc file, ad
115115
providers {
116116
oci = "/Users/moi/providers/terraform-provider-oci"
117117
baremetal = "/Users/moi/providers/terraform-provider-baremetal"
118-
}
119-
`)
118+
}`)
120119
}

0 commit comments

Comments
 (0)