Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 5, 2023
1 parent 3c2573e commit 5e7864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/brm_marginals.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ subtract_control <- function(draws, groups, times, control) {
}

name_marginal <- function(group, time) {
sprintf("%s, %s", group , time)
sprintf("%s, %s", group, time)
}

names_group <- function(draws) {
Expand Down

0 comments on commit 5e7864d

Please sign in to comment.