Skip to content

Commit 465a209

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 3e0ce29 commit 465a209

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

test/unit/math/prim/constraint/stochastic_column_constrain_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
// x(i) = static_cast<double>(i);
3737
// }
3838
// double lp = 0;
39-
// Matrix<double, Dynamic, Dynamic> x_test = stan::math::stochastic_column_free(
39+
// Matrix<double, Dynamic, Dynamic> x_test =
40+
// stan::math::stochastic_column_free(
4041
// stan::math::stochastic_column_constrain<false>(x, lp));
4142
// EXPECT_MATRIX_NEAR(x, x_test, 1e-9);
4243

test/unit/math/prim/constraint/stochastic_row_constrain_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
// stan::math::stochastic_row_constrain<false>(x, lp));
4141
// EXPECT_MATRIX_NEAR(x, x_test, 1e-9);
4242

43-
// Matrix<double, Dynamic, Dynamic> x_lp_test = stan::math::stochastic_row_free(
43+
// Matrix<double, Dynamic, Dynamic> x_lp_test =
44+
// stan::math::stochastic_row_free(
4445
// stan::math::stochastic_row_constrain<true>(x, lp));
4546
// EXPECT_MATRIX_NEAR(x, x_lp_test, 1e-9);
4647
// }

0 commit comments

Comments
 (0)