Skip to content

Commit 754547c

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 7bc6c81 commit 754547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/fwd/fun/tcrossprod.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tcrossprod(const EigMat& m) {
2121
auto ret = multiply(m_ref, m_ref.transpose());
2222
if constexpr (is_stan_scalar<decltype(ret)>::value) {
2323
return Eigen::Matrix<value_type_t<EigMat>, EigMat::RowsAtCompileTime,
24-
EigMat::RowsAtCompileTime>{{ret}};
24+
EigMat::RowsAtCompileTime>{{ret}};
2525
} else {
2626
return ret;
2727
}

0 commit comments

Comments
 (0)