Skip to content

Commit

Permalink
Fix error returned
Browse files Browse the repository at this point in the history
  • Loading branch information
olivielpeau committed Mar 15, 2021
1 parent 5ec4fcc commit 301747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsd/pipe_windows.go
Expand Up @@ -80,5 +80,5 @@ func newWindowsPipeWriter(pipepath string) (*pipeWriter, error) {
conn: nil,
timeout: defaultPipeTimeout,
pipepath: pipepath,
}, err
}, nil
}

0 comments on commit 301747e

Please sign in to comment.