Skip to content

Commit fd77364

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent fd27178 commit fd77364

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stan/math/fwd/functor/fvar_finite_diff.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ template <typename FuncTangentT, typename InputArgT,
4545
require_st_fvar<InputArgT>* = nullptr>
4646
auto aggregate_tangent(const FuncTangentT& tangent, const InputArgT& arg) {
4747
return sum(apply_scalar_binary(
48-
tangent, arg,
49-
[](const auto& x, const auto& y) { return x * y.d_; }));
48+
tangent, arg, [](const auto& x, const auto& y) { return x * y.d_; }));
5049
}
5150
} // namespace internal
5251

0 commit comments

Comments
 (0)