Run gofumpt on the project
This commit is contained in:
@@ -130,7 +130,6 @@ func (c *Client) Quit() error {
|
||||
|
||||
func (c *Client) sendRequest(path string) (string, error) {
|
||||
resp, err := c.httpC.Get("http://supersonic/" + path)
|
||||
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user