Skip to content

Commit 8fab167

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent a8f1662 commit 8fab167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/math/rev/core/var_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ void ctor_overloads_sparse_matrix(EigenMat&& x) {
125125
for (int k = 0; k < x.outerSize(); ++k) {
126126
typename vari_value<eigen_plain>::InnerIterator iz(inplace_add_var.adj(),
127127
k);
128-
for (inner_iterator it(test_y, k); static_cast<bool>(iz) && static_cast<bool>(it); ++iz) {
128+
for (inner_iterator it(test_y, k);
129+
static_cast<bool>(iz) && static_cast<bool>(it); ++iz) {
129130
if (iz.row() == it.row() && iz.col() == it.col()) {
130131
EXPECT_FLOAT_EQ(iz.value() - 1, it.value());
131132
++it;

0 commit comments

Comments
 (0)