Skip to content

Commit 0def9c8

Browse files
committed
style: styler (GHA)
1 parent 56bed8c commit 0def9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/slide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ full_date_seq <- function(x, before, after, time_step) {
752752
# `tsibble` classes apparently can't be added to in different units, so even
753753
# if `time_step` is provided by the user, use a value-1 unitless step.
754754
if (inherits(x$time_value, c("yearquarter", "yearweek", "yearmonth")) ||
755-
is.numeric(x$time_value)) {
755+
is.numeric(x$time_value)) {
756756
all_dates <- seq(min(x$time_value), max(x$time_value), by = 1L)
757757

758758
if (before != 0) {

0 commit comments

Comments
 (0)