Skip to content

Commit 03eb22b

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 95f40da commit 03eb22b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ TEST(OpenCLPrim, add_rev_exceptions) {
7676
EXPECT_THROW(stan::math::add(md11, md22), std::invalid_argument);
7777
}
7878

79-
8079
TEST(OpenCLPrim, add_aliasing) {
8180
stan::math::matrix_d d1(3, 3);
8281
d1 << 1, 2, 3, 4, 5, 6, 7, 8, 9;

0 commit comments

Comments
 (0)