Skip to content

Commit f942abc

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 81f3b45 commit f942abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stan/services/pathfinder/multi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ inline int pathfinder_lbfgs_multi(
346346
// write again if there are remaining draws
347347
if (j < (psis_draw_idxs.size() - 1)) {
348348
while (j < (single_path_psis_idxs[i].second)
349-
&& draw_idx == psis_draw_idxs.coeff(j + 1)) {
349+
&& draw_idx == psis_draw_idxs.coeff(j + 1)) {
350350
safe_write(sample_row);
351351
++j;
352352
}

0 commit comments

Comments
 (0)