Skip to content

Commit

Permalink
Linting: remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 27, 2023
1 parent b00974e commit cf2051d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/create.R
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ create_initial_conditions <- function(data) {
#'
#' @param verbose Logical, defaults to `FALSE`. Should verbose progress
#' messages be returned.
#'
#'
#' @importFrom utils modifyList
#'
#' @return A list of stan arguments
Expand Down
2 changes: 1 addition & 1 deletion R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ stan_opts <- function(samples = 2000,
#'
#' @param ... Optional override for region defaults. See the examples
#' for use case.
#'
#'
#' @importFrom utils modifyList
#'
#' @return A named list of options per region which can be passed to the `_opt`
Expand Down

0 comments on commit cf2051d

Please sign in to comment.