Skip to content

Commit 33b9a82

Browse files
authored
Merge pull request #3032 from stan-dev/fix/extra-token-von-mises-test
Remove extra token in von_mises_text.hpp
2 parents 630464c + 0fcd7c9 commit 33b9a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prob/von_mises/von_mises_test.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <stan/math/prim/prob/von_mises_log.hpp>
33
#include <stan/math/prim/fun/constants.hpp>
44
#include <stan/math/prim/fun/log.hpp>
5-
#include <stan/math/prim/fun/modified_bessel_first_kind.hpp>>
5+
#include <stan/math/prim/fun/modified_bessel_first_kind.hpp>
66

77
using stan::math::var;
88
using std::numeric_limits;

0 commit comments

Comments
 (0)