Skip to content

Commit e42d6b4

Browse files
committed
style: styler (GHA)
1 parent 80966e2 commit e42d6b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

R/epi_slide_opt_edf.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,11 @@ epi_slide_opt_one_epikey <- function(inp_tbl,
226226
)
227227
}
228228
rows_should_keep1 <- !is.na(slide_inp_backrefs)
229-
rows_should_keep2 <- switch(
230-
out_filter_time_style,
229+
rows_should_keep2 <- switch(out_filter_time_style,
231230
range = vec_rep_each(
232231
c(FALSE, TRUE, FALSE),
233232
time_minus_time_in_n_steps(
234-
vctrs::vec_c(out_t_min, out_t_max, slide_t_max),
233+
vctrs::vec_c(out_t_min, out_t_max, slide_t_max),
235234
vctrs::vec_c(slide_t_min, out_t_min, out_t_max),
236235
time_type
237236
) + c(0L, 1L, 0L)

0 commit comments

Comments
 (0)