Skip to content

Commit

Permalink
minor code style
Browse files Browse the repository at this point in the history
  • Loading branch information
oem committed Jul 28, 2020
1 parent cefd6c1 commit ec52069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/covid-19/Covid19.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const CSV_BOROUGHS = "src/covid-19/boroughs.csv"
function fetchcurrent()
response = HTTP.get(URL)
html = parsehtml(String(response))

infected = parseinfected(html.root)
deaths = parsedeaths(html.root)
hospitalizations = parsehospitalizations(html.root)
Expand Down

0 comments on commit ec52069

Please sign in to comment.