Skip to content

Commit e0f8424

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
1 parent 84c06bc commit e0f8424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/math/prim/prob/lognormal_log_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ TEST(ProbLognormal, log_matches_lpdf) {
2323
(stan::math::lognormal_log<double, double, double>(y, mu, sigma)));
2424

2525
EXPECT_FLOAT_EQ((stan::math::lognormal_lpdf(0.8, 2.0, 2.0)),
26-
(stan::math::lognormal_log(0.8, 2, 2)));
26+
(stan::math::lognormal_log(0.8, 2, 2)));
2727
}

0 commit comments

Comments
 (0)