Skip to content

Commit c6cb42b

Browse files
committed
add missing file newlines
1 parent 1cef327 commit c6cb42b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit/math/prim/fun/asin_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
TEST(primScalFun, asin) {
55
stan::test::expect_common_prim([](auto x) { return std::asin(x); },
66
[](auto x) { return stan::math::asin(x); });
7-
}
7+
}

test/unit/math/prim/fun/atan_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
TEST(primScalFun, atan) {
55
stan::test::expect_common_prim([](auto x) { return std::atan(x); },
66
[](auto x) { return stan::math::atan(x); });
7-
}
7+
}

0 commit comments

Comments
 (0)