Skip to content

Commit bb37bf9

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stan/math/prim/fun/inv_square.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ template <typename Container,
2727
Container>* = nullptr,
2828
require_container_t<Container>* = nullptr>
2929
inline auto inv_square(Container&& x) {
30-
return make_holder([](auto&& v) {
31-
return inv(square(std::forward<decltype(v)>(v)));
32-
}, std::forward<Container>(x));
30+
return make_holder(
31+
[](auto&& v) { return inv(square(std::forward<decltype(v)>(v))); },
32+
std::forward<Container>(x));
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)