Skip to content

Commit 1dff379

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/math/opencl/rev/add_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ TEST(OpenCLPrim, add_aliasing) {
179179
stan::math::matrix_d d1(3, 3);
180180
d1 << 1, 2, 3, 4, 5, 6, 7, 8, 9;
181181
using stan::math::matrix_cl;
182-
using stan::math::var_value;
183182
using stan::math::var;
183+
using stan::math::var_value;
184184
using varmat_cl = var_value<matrix_cl<double>>;
185185
varmat_cl d11 = stan::math::to_matrix_cl(d1);
186186
// Add the same matrix as the left and right hand side

0 commit comments

Comments
 (0)