Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored and modular-magician committed Mar 1, 2019
1 parent bb53a14 commit 4657ebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func resourceAppEngineApplicationRead(d *schema.ResourceData, meta interface{})
d.Set("location_id", app.LocationId)
d.Set("name", app.Name)
d.Set("serving_status", app.ServingStatus)
d.Set("gcr_domain", app.GcrDomain)
d.Set("gcr_domain", app.GcrDomain)
d.Set("project", pid)
dispatchRules, err := flattenAppEngineApplicationDispatchRules(app.DispatchRules)
if err != nil {
Expand Down

0 comments on commit 4657ebb

Please sign in to comment.