Skip to content

Commit 27684f8

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 82ce1d1 commit 27684f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/prim/meta/is_tuple.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ template <typename... Types>
4747
using require_all_not_tuple_t
4848
= require_all_not_t<is_tuple<std::decay_t<Types>>...>;
4949
/*! @} */
50-
}
50+
} // namespace math
5151

5252
} // namespace stan
5353

0 commit comments

Comments
 (0)