From 0def9c895438a07e4096eec9da9efaac94dcaeb1 Mon Sep 17 00:00:00 2001 From: nmdefries Date: Sat, 23 Mar 2024 15:43:48 +0000 Subject: [PATCH] style: styler (GHA) --- R/slide.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/slide.R b/R/slide.R index bfd749052..e3eafd7d4 100644 --- a/R/slide.R +++ b/R/slide.R @@ -752,7 +752,7 @@ full_date_seq <- function(x, before, after, time_step) { # `tsibble` classes apparently can't be added to in different units, so even # if `time_step` is provided by the user, use a value-1 unitless step. if (inherits(x$time_value, c("yearquarter", "yearweek", "yearmonth")) || - is.numeric(x$time_value)) { + is.numeric(x$time_value)) { all_dates <- seq(min(x$time_value), max(x$time_value), by = 1L) if (before != 0) {