Skip to content

Commit

Permalink
Linting: Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 26, 2023
1 parent 4e7fbd6 commit 2074ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/estimate_secondary.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ estimate_secondary <- function(reports,
assert_class(model, "stanfit", null.ok = TRUE)
assert_logical(weigh_delay_priors)
assert_logical(verbose)

reports <- data.table::as.data.table(reports)

if (burn_in >= nrow(reports)) {
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_truncation.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ estimate_truncation <- function(obs, max_truncation, trunc_max = 10,
assert_numeric(CrIs, lower = 0, upper = 1)
assert_logical(weigh_delay_priors)
assert_logical(verbose)

## code block to remove in EpiNow2 2.0.0
construct_trunc <- FALSE
if (!missing(trunc_max)) {
Expand Down

0 comments on commit 2074ded

Please sign in to comment.