Skip to content

Commit 09336d0

Browse files
committed
Merge branch 'feature/elementwise_checks_part_2' of https://github.com/peterwicksstringfield/math into feature/elementwise_checks_part_2
2 parents cae335e + fe37240 commit 09336d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stan/math/opencl/kernel_generator

stan/math/opencl/kernel_generator/load.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class load_
5252
* Creates a deep copy of this expression.
5353
* @return copy of \c *this
5454
*/
55-
inline load_<T&> deep_copy() const & { return load_<T&>(a_); }
55+
inline load_<T&> deep_copy() const& { return load_<T&>(a_); }
5656
inline load_<T> deep_copy() && { return load_<T>(std::forward<T>(a_)); }
5757

5858
/**

0 commit comments

Comments
 (0)