Skip to content

Commit

Permalink
remove comma in response to lintr warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk authored and jamesmbaazam committed Oct 6, 2023
1 parent fa0ec5b commit fb3800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/projecting_incidence.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ ggplot(data = incidence_ts_by_date) +
min(incidence_ts_by_date$date),
max(incidence_ts_by_date$date),
5
),
)
) +
scale_y_continuous(
breaks = seq(
Expand Down

0 comments on commit fb3800b

Please sign in to comment.