Skip to content

Commit 75fd999

Browse files
modular-magicianrileykarson
authored andcommitted
[Terraform]: Fix file not formatted with gofmt -s (hashicorp#237)
1 parent 8cdd31f commit 75fd999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-beta/resource_storage_bucket_object.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func resourceStorageBucketObject() *schema.Resource {
145145
Computed: true,
146146
},
147147

148-
"self_link": &schema.Schema{
148+
"self_link": {
149149
Type: schema.TypeString,
150150
Computed: true,
151151
},

0 commit comments

Comments
 (0)