Skip to content

Commit 6e16802

Browse files
committed
add whitespace ending
1 parent 2122c49 commit 6e16802

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ TEST(ProbGamma, lccdf_negative_y_throws) {
242242
// y must be non-negative
243243
EXPECT_THROW(gamma_lccdf(-1.0, 1.0, 1.0), std::domain_error);
244244
EXPECT_THROW(gamma_lccdf(-0.001, 1.0, 1.0), std::domain_error);
245-
}
245+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,4 @@ TEST(ProbDistributionsGamma, lccdf_numerically_challenging_derivatives) {
379379
<< ", beta=" << beta_d;
380380
}
381381
}
382-
}
382+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,4 +437,4 @@ TEST(ProbDistributionsGamma, lcdf_monotonic_derivative) {
437437

438438
EXPECT_GT(grads[0], 0.0) << "d/dy should be positive for y=" << y_d;
439439
}
440-
}
440+
}

0 commit comments

Comments
 (0)