Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Sep 24, 2024
1 parent 468d045 commit c596d4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/unit/math/mix/fun/pow_part1_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ TEST(mathMixScalFun, powInstantiations) {
}

TEST(mathMixScalFun, pow) {
auto f = [](const auto& x1, const auto& x2) {
return stan::math::pow(x1, x2);
};
auto f
= [](const auto& x1, const auto& x2) { return stan::math::pow(x1, x2); };

stan::test::expect_ad(f, -0.4, 0.5);
stan::test::expect_ad(f, 0.5, 0.5);
Expand Down

0 comments on commit c596d4d

Please sign in to comment.