Skip to content

Commit 6dbf9c3

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 4873b73 commit 6dbf9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/prim/prob/multi_student_t_cholesky_lpdf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ return_type_t<T_y, T_dof, T_loc, T_covar> multi_student_t_cholesky_lpdf(
6060
using T_covar_elem = typename scalar_type<T_covar>::type;
6161
using lp_type = return_type_t<T_y, T_dof, T_loc, T_covar>;
6262
using Eigen::Matrix;
63-
using T_return = return_type_t<T_y, T_dof, T_loc, T_covar>;
63+
using T_return = return_type_t<T_y, T_dof, T_loc, T_covar>;
6464
using T_partials_return = partials_return_t<T_y, T_dof, T_loc, T_covar>;
6565
using matrix_partials_t
6666
= Eigen::Matrix<T_partials_return, Eigen::Dynamic, Eigen::Dynamic>;

0 commit comments

Comments
 (0)