Remove empty comment line

This commit is contained in:
Thomas Jackson 2019-01-22 14:01:57 -08:00
parent ad41260327
commit edaa75b8a5
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ func (w *Webhook) Do() error {
defer cancel()
req = req.WithContext(ctx)
//
resp, err := http.DefaultClient.Do(req)
if err != nil {
return err