Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Mar 13, 2024
1 parent 1914a15 commit 7558e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/epichains.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ epichains_summary <- function(chains_summary,
index_cases,
any.missing = FALSE,
lower = 1L,
len = 1L,
len = 1L
)
checkmate::assert_string(statistic)
statistic <- match.arg(statistic, c("size", "length"))
Expand Down

0 comments on commit 7558e0d

Please sign in to comment.