Skip to content

Commit c185ee6

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 664fcad commit c185ee6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/prob/yule_simon/yule_simon_cdf_test.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ using std::vector;
77

88
class AgradCdfYuleSimon : public AgradCdfTest {
99
public:
10-
void valid_values(vector<vector<double>>& parameters,
11-
vector<double>& cdf) {
10+
void valid_values(vector<vector<double>>& parameters, vector<double>& cdf) {
1211
vector<double> param(2);
1312

1413
param[0] = 5; // n

0 commit comments

Comments
 (0)