commit | 839428e0c2bc7006b922bfec7f1fdb04c4c749e6 | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jun 25 18:02:24 2013 -0700 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jun 25 18:02:24 2013 -0700 |
tree | 4cab775ad5a75c81c2f484ab0ef0816a66fb3176 | |
parent | 00a233d1e1a75d630ee886000642f41de4c969e2 [diff] [blame] |
go fmt
diff --git a/context.go b/context.go index a35242c..28cb5f9 100644 --- a/context.go +++ b/context.go
@@ -15,10 +15,10 @@ func TestContext() *Context { return &Context{ providerMap: make(map[string]*Provider), - httpClient: &http.Client{}, + httpClient: &http.Client{}, } } func (c *Context) UseCustomClient(hc *http.Client) { - c.httpClient = hc; + c.httpClient = hc }