Skip to content

Commit 3473dd2

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent d285bdc commit 3473dd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/functor/partially_forward_as_tuple.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ struct deduce_cvr {
3333
namespace internal {
3434
template <typename... Types>
3535
static constexpr bool is_partial_forward_nothrow_constructible
36-
= ((std::is_lvalue_reference_v<Types&&> ||
37-
(std::is_nothrow_constructible_v<std::decay_t<Types>, Types&&>))
36+
= ((std::is_lvalue_reference_v<
37+
Types&&> || (std::is_nothrow_constructible_v<std::decay_t<Types>, Types&&>))
3838
&& ...);
3939
}
4040

0 commit comments

Comments
 (0)