Skip to content

Commit f0849a8

Browse files
committed
Remove redundant return
1 parent 5199508 commit f0849a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

0-limit-crawler/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func Crawl(url string, depth int, wg *sync.WaitGroup) {
3737
// called concurrently
3838
go Crawl(u, depth-1, wg)
3939
}
40-
return
4140
}
4241

4342
func main() {

0 commit comments

Comments
 (0)