Normalize code whitespace.
parent
654ecca4c5
commit
65ccba4d66
|
@ -54,7 +54,6 @@ func (c* client) SetToken(authToken string) {
|
||||||
c.AuthToken = authToken
|
c.AuthToken = authToken
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (c *client) req(path string, pathValues ...interface{}) request {
|
func (c *client) req(path string, pathValues ...interface{}) request {
|
||||||
return request{c, fmt.Sprintf(path, pathValues...), url.Values{}}
|
return request{c, fmt.Sprintf(path, pathValues...), url.Values{}}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue