Skip to content

Commit 2f0b2a6

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 1ef4abd commit 2f0b2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/prim/functor/operands_and_partials.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ops_partials_edge;
5555
*/
5656
template <typename ViewElt, typename Op>
5757
class ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
58-
public:
58+
public:
5959
using inner_op = std::conditional_t<is_eigen<value_type_t<Op>>::value,
6060
value_type_t<Op>, Op>;
6161
using partials_t = empty_broadcast_array<ViewElt, inner_op>;

0 commit comments

Comments
 (0)