Skip to content

Commit 7e00df2

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 1d6e5e4 commit 7e00df2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/meta/is_tuple.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ inline constexpr bool is_tuple_v = math::is_tuple_v<T>;
6464
*/
6565
template <typename T, std::size_t N>
6666
struct is_tuple_of_size
67-
: std::bool_constant<is_tuple_v<T>
68-
&& std::tuple_size_v<std::decay_t<T>> == N> {};
67+
: std::bool_constant<
68+
is_tuple_v<T> && std::tuple_size_v<std::decay_t<T>> == N> {};
6969

7070
template <typename T, std::size_t N>
7171
inline constexpr bool is_tuple_of_size_v = is_tuple_of_size<T, N>::value;

0 commit comments

Comments
 (0)