Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Dec 13, 2023
1 parent 2992897 commit 22d9eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stan/math/prim/prob/dirichlet_multinomial_lpmf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ return_type_t<T_prior_size> dirichlet_multinomial_lpmf(

auto ops_partials = make_partials_propagator(alpha_ref);
if (!is_constant_all<T_prior_size>::value) {
partials<0>(ops_partials) =
digamma(alpha_val + ns_array) - digamma(alpha_val)
+ digamma(a_sum) - digamma(a_sum + n_sum);
partials<0>(ops_partials) = digamma(alpha_val + ns_array)
- digamma(alpha_val) + digamma(a_sum)
- digamma(a_sum + n_sum);
}
return ops_partials.build(lp);
}
Expand Down

0 comments on commit 22d9eb2

Please sign in to comment.