Skip to content

Commit 28c7048

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 1ca4162 commit 28c7048

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/math/rev/prob/categorical_logit_glm_lpmf_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ stan::return_type_t<T_x, T_alpha, T_beta> categorical_logit_glm_simple_lpmf(
3030
return lpmf;
3131
}
3232

33-
TEST(ProbDistributionsCategoricalLogitGLM, glm_matches_categorical_logit_doubles) {
33+
TEST(ProbDistributionsCategoricalLogitGLM,
34+
glm_matches_categorical_logit_doubles) {
3435
using Eigen::Dynamic;
3536
using Eigen::Matrix;
3637
using Eigen::MatrixXd;

0 commit comments

Comments
 (0)