Skip to content

Commit cbe96eb

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
1 parent 8574678 commit cbe96eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prob/logistic/logistic_test.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AgradDistributionsLogistic : public AgradDistributionTest {
1919

2020
param[0] = -1.0; // y
2121
param[1] = 0.2; // mu
22-
param[2] = 0.5; // sigma
22+
param[2] = 0.5; // sigma
2323
parameters.push_back(param);
2424
log_prob.push_back(-1.8805251237479538862); // expected log_prob
2525
}

0 commit comments

Comments
 (0)