Skip to content

Commit

Permalink
Fix gofmt diff in Cloud Functions (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Nov 11, 2019
1 parent ed5c7e1 commit 8b34b16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ func resourceCloudFunctionsFunction() *schema.Resource {
},

"runtime": {
Type: schema.TypeString,
Required: true,
Type: schema.TypeString,
Required: true,
},

"service_account_email": {
Expand Down

0 comments on commit 8b34b16

Please sign in to comment.