Skip to content

Commit c08489b

Browse files
committedNov 24, 2020
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
1 parent a9d8d8c commit c08489b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎stan/math/rev/functor/reduce_sum.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ struct reduce_sum_impl<ReduceFunction, require_var_t<ReturnType>, ReturnType,
163163
// Accumulate adjoints of shared_arguments
164164
apply(
165165
[&](auto&&... args) {
166-
accumulate_adjoints(args_adjoints_.data(),
167-
args...);
166+
accumulate_adjoints(args_adjoints_.data(), args...);
168167
},
169168
args_tuple_local);
170169
}

0 commit comments

Comments
 (0)