Skip to content

Commit

Permalink
running fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevholditch committed Dec 18, 2017
1 parent 929fde1 commit 4853ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/resource_kong_upstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func resourceKongUpstreamCreate(d *schema.ResourceData, meta interface{}) error
return resourceKongUpstreamRead(d, meta)
}


func resourceKongUpstreamRead(d *schema.ResourceData, meta interface{}) error {

upstream, err := meta.(*gokong.KongAdminClient).Upstreams().GetById(d.Id())
Expand Down

0 comments on commit 4853ad6

Please sign in to comment.