Skip to content

Commit 29b366e

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent e64628c commit 29b366e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

stan/math/opencl/rev/vari.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,9 @@ class vari_value<T, require_matrix_cl_t<T>> : public chainable_alloc,
273273
*/
274274
template <typename S, typename K, require_convertible_t<T, S>* = nullptr,
275275
require_convertible_t<T, K>* = nullptr>
276-
explicit vari_value(S&& val, K&& adj) : chainable_alloc(),
277-
vari_cl_base<T>(std::forward<S>(val), std::forward<K>(adj)) {
276+
explicit vari_value(S&& val, K&& adj)
277+
: chainable_alloc(),
278+
vari_cl_base<T>(std::forward<S>(val), std::forward<K>(adj)) {
278279
ChainableStack::instance_->var_nochain_stack_.push_back(this);
279280
}
280281

0 commit comments

Comments
 (0)