Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Oct 20, 2024
1 parent fb0cc65 commit aaa7325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/unit/mcmc/chainset_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ class McmcChains : public testing::Test {
std::stringstream out;

std::ifstream bernoulli_500_stream, bernoulli_default_stream,
bernoulli_thin_stream, bernoulli_warmup_stream,
eight_schools_1_stream, eight_schools_2_stream;
bernoulli_thin_stream, bernoulli_warmup_stream, eight_schools_1_stream,
eight_schools_2_stream;

stan::io::stan_csv bernoulli_500, bernoulli_default, bernoulli_thin,
bernoulli_warmup, eight_schools_1, eight_schools_2;
bernoulli_warmup, eight_schools_1, eight_schools_2;
};

TEST_F(McmcChains, constructor) {
Expand Down

0 comments on commit aaa7325

Please sign in to comment.