Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 28, 2023
1 parent f037500 commit 540d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/simulate.r
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ simulate_summary <- function(nchains, statistic = c("size", "length"),
chains_summary = stat_track,
chains_run = nchains,
statistic = statistic,
stat_max = stat_max,
stat_max = stat_max
)

return(out)
Expand Down

0 comments on commit 540d5e9

Please sign in to comment.