Skip to content

Commit 76dea25

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 787256c commit 76dea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/prim/prob/von_mises_lpdf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ return_type_t<T_y, T_loc, T_scale> von_mises_lpdf(T_y const& y, T_loc const& mu,
8282
edge<2>(ops_partials).partials_
8383
= cos_mu_minus_y
8484
- exp(log_modified_bessel_first_kind(1, kappa_val)
85-
- log_modified_bessel_first_kind(0, kappa_val));
85+
- log_modified_bessel_first_kind(0, kappa_val));
8686
}
8787

8888
return ops_partials.build(logp);

0 commit comments

Comments
 (0)