Skip to content

Commit b0feb95

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

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

stan/math/fwd/meta/is_fvar.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ struct is_fvar<T,
2121
std::enable_if_t<internal::is_fvar_impl<std::decay_t<T>>::value>>
2222
: std::true_type {};
2323

24-
2524
} // namespace stan
2625
#endif

test/unit/math/rev/prob/gamma_lccdf_test.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ TEST_F(AgradRev, ProbDistributionsGamma_lccdf_extreme_values_small) {
231231
}
232232
}
233233

234-
TEST_F(AgradRev, ProbDistributionsGammalccdf_alpha_gt_30_small_y_old_code_rounds_to_zero) {
234+
TEST_F(
235+
AgradRev,
236+
ProbDistributionsGammalccdf_alpha_gt_30_small_y_old_code_rounds_to_zero) {
235237
using stan::math::gamma_lccdf;
236238
using stan::math::gamma_p;
237239
using stan::math::gamma_q;

0 commit comments

Comments
 (0)