Skip to content

Commit 9239589

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/unit/math/mix/fun/pow_part2_test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
#include <vector>
55

66
TEST(mathMixFun, complexPow) {
7-
auto f = [](const auto& x1, const auto& x2) {
8-
return stan::math::pow(x1, x2);
9-
};
7+
auto f
8+
= [](const auto& x1, const auto& x2) { return stan::math::pow(x1, x2); };
109
stan::test::ad_tolerances tols;
1110
tols.hessian_hessian_ = 5e-3;
1211
tols.hessian_fvar_hessian_ = 5e-3;

0 commit comments

Comments
 (0)