Skip to content

Commit 0335dd6

Browse files
committed
styler
1 parent dc6d17d commit 0335dd6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

R/step_adjust_latency.R

+4-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,10 @@ bake.step_adjust_latency <- function(object, new_data, ...) {
177177

178178
# infer the correct columns to be working with from the previous
179179
# transformations
180-
shift_cols <- get_shifted_column_tibble(object, new_data, terms_used, as_of,
181-
sign_shift)
180+
shift_cols <- get_shifted_column_tibble(
181+
object, new_data, terms_used, as_of,
182+
sign_shift
183+
)
182184

183185
if ((object$method == "extend_ahead") || (object$method == "extend_lags")) {
184186
# check that the shift amount isn't too extreme

0 commit comments

Comments
 (0)