Skip to content

Commit

Permalink
Linting: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 8, 2023
1 parent 5e7c807 commit 1e568e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/simulate.r
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ simulate_summary <- function(nchains, statistic = c("size", "length"),
statistic = statistic,
stat_max = stat_max,
intvn_mean_reduction = intvn_mean_reduction
)
)

return(out)
}
Expand Down Expand Up @@ -625,6 +625,6 @@ simulate_tree_from_pop <- function(pop,
stat_max = NULL,
intvn_mean_reduction = intvn_mean_reduction,
track_pop = TRUE
)
)
return(out)
}

0 comments on commit 1e568e2

Please sign in to comment.