Skip to content

Commit

Permalink
Removes accidental newline
Browse files Browse the repository at this point in the history
  • Loading branch information
gummiboll committed Oct 13, 2017
1 parent bcf9e50 commit 928ff10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion colly.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func (c *Collector) scrape(u, method string, depth int, requestData io.Reader, c
return err
}
req.Header.Set("User-Agent", c.UserAgent)

if ctx == nil {
ctx = NewContext()
}
Expand Down

0 comments on commit 928ff10

Please sign in to comment.