Skip to content

Commit 59c9ac6

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 6817a14 commit 59c9ac6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/math/prim/fun/gp_matern32_cov_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,5 +549,6 @@ TEST(MathPrimMat, check_indexing_vector_vector_gp_matern32_cov) {
549549
int num_nodes = 10;
550550
std::vector<Eigen::Matrix<double, -1, 1>> x(num_nodes,
551551
stan::math::zeros_vector(p));
552-
EXPECT_NO_THROW(stan::math::gp_matern32_cov(x, 1.3, std::vector<double>{0.7}));
552+
EXPECT_NO_THROW(
553+
stan::math::gp_matern32_cov(x, 1.3, std::vector<double>{0.7}));
553554
}

0 commit comments

Comments
 (0)