Skip to content

Commit d7772f4

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 7ea8007 commit d7772f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <cmath>
55

66
TEST(MathFunctions, log_inv_logit_diff_inf) {
7-
using stan::math::log_inv_logit_diff;
87
using stan::math::INFTY;
8+
using stan::math::log_inv_logit_diff;
99

1010
EXPECT_FLOAT_EQ(-0.0916494, log_inv_logit_diff(INFTY, -2.34361));
1111
EXPECT_TRUE(std::isnan(log_inv_logit_diff(-INFTY, -2.34361)));

0 commit comments

Comments
 (0)