Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Oct 8, 2019
1 parent 83db176 commit ce34158
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crawler/main.go
Expand Up @@ -22,9 +22,7 @@ func main() {
}

e.Run(engine.Request{
Url: "http://www.starter.url.here",
Parser: engine.NewFuncParser(
parser.ParseCityList,
config.ParseCityList),
Url: "http://www.starter.url.here",
Parser: engine.NewFuncParser(parser.ParseCityList, config.ParseCityList),
})
}

0 comments on commit ce34158

Please sign in to comment.