Skip to content

Commit

Permalink
Change "return(target)" to "target" for functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
esimms999 committed Feb 21, 2025
1 parent 059406e commit d581236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/derive_vars_dt_dtm_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ get_imputation_target_date <- function(date_imputation,
)
)

return(target)
target
}

#' Get Time Imputation Targets
Expand Down Expand Up @@ -156,7 +156,7 @@ get_imputation_target_time <- function(time_imputation) {
)
)

return(target)
target
}

#' Convert a Date into a Datetime Object
Expand Down

0 comments on commit d581236

Please sign in to comment.