Skip to content

Commit 337ae79

Browse files
committed
Cpplint
1 parent dcc5240 commit 337ae79

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ TEST(mathMixScalFun, binomial_logit_glm_lpmf) {
3131
stan::test::expect_ad(f(n_arr[0], N_arr), x_rowvec, alpha[0], beta);
3232
stan::test::expect_ad(f(n_arr, N_arr[0]), x_rowvec, alpha[0], beta);
3333
stan::test::expect_ad(f(n_arr, N_arr), x_rowvec, alpha[0], beta);
34-
3534
}

0 commit comments

Comments
 (0)