Skip to content

Commit ad0440d

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

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

stan/math/prim/fun/generate_laplace_options.hpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ inline auto generate_laplace_options(int theta_0_size) {
4141
*/
4242
template <typename ThetaVec, require_eigen_t<ThetaVec>* = nullptr>
4343
inline auto generate_laplace_options(ThetaVec&& theta_0) {
44-
return std::make_tuple(
45-
stan::math::eval(std::forward<ThetaVec>(theta_0)), internal::laplace_default_tolerance,
46-
internal::laplace_default_max_num_steps, internal::laplace_default_solver,
47-
internal::laplace_default_max_steps_line_search,
48-
internal::laplace_default_allow_fallthrough);
44+
return std::make_tuple(stan::math::eval(std::forward<ThetaVec>(theta_0)),
45+
internal::laplace_default_tolerance,
46+
internal::laplace_default_max_num_steps,
47+
internal::laplace_default_solver,
48+
internal::laplace_default_max_steps_line_search,
49+
internal::laplace_default_allow_fallthrough);
4950
}
5051

5152
} // namespace math

0 commit comments

Comments
 (0)