Skip to content

Commit

Permalink
style: styler (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Mar 23, 2024
1 parent 56bed8c commit 0def9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0def9c8

Please sign in to comment.