Skip to content

Commit 32c03fa

Browse files
committed
remove a blank line
1 parent 50a6c90 commit 32c03fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vignettes/simple-forecasts.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ ggplot(can_fc %>% filter(! as_of),
224224
geom_ribbon(aes(ymin = fc_q0.05, ymax = fc_q0.95, fill = geo_value),
225225
alpha = 0.4) +
226226
geom_line(aes(y = fc_point)) + geom_point(aes(y = fc_point), size = 0.5) +
227-
228227
geom_vline(aes(xintercept = time_value), linetype = 2, alpha = 0.5) +
229228
facet_wrap(~geo_value, scales = "free_y", ncol = 3) +
230229
scale_x_date(minor_breaks = "month", date_labels = "%b %y") +

0 commit comments

Comments
 (0)