Skip to content

Commit 5cd4291

Browse files
author
ccushing
committed
minor goimports formatting
1 parent ec22d4a commit 5cd4291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)