Skip to content

Commit c5f983a

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stan/math/prim/meta/is_arena_matrix.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ using require_arena_matrix_t = require_t<is_arena_matrix<std::decay_t<T>>>;
3131
/*! \brief Require type does not satisfy @ref is_arena_matrix */
3232
/*! @tparam T the type to check */
3333
template <typename T>
34-
using require_not_arena_matrix_t = require_t<bool_constant<!is_arena_matrix<std::decay_t<T>>::value>>;
34+
using require_not_arena_matrix_t
35+
= require_t<bool_constant<!is_arena_matrix<std::decay_t<T>>::value>>;
3536
/*! @} */
3637

3738
} // namespace stan

0 commit comments

Comments
 (0)