mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 15:50:43 +00:00
Remove erroneous keystrokes.
This commit is contained in:
@@ -123,7 +123,7 @@ func (c *Client) do(method, path string, in, out interface{}) error {
|
||||
|
||||
// make the request
|
||||
conn := httputil.NewClientConn(dial, nil)
|
||||
resp, err := conn.Do(req)el
|
||||
resp, err := conn.Do(req)
|
||||
defer conn.Close()
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user