Skip to content

Commit 30651dc

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 3d119ec commit 30651dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stan/math/prim/meta/ref_type.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ template <bool Condition, typename T>
5757
using ref_type_if_t = typename ref_type_if<Condition, T>::type;
5858

5959
template <typename T>
60-
using ref_type_if_not_const_t
61-
= typename ref_type_if<!is_constant<T>::value, T>::type;
60+
using ref_type_if_not_const_t =
61+
typename ref_type_if<!is_constant<T>::value, T>::type;
6262

6363
} // namespace stan
6464

0 commit comments

Comments
 (0)