Skip to content

Commit 422b26f

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/test/interface/multi_chain_test.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ TEST(interface, output_multi) {
4141
for (size_t i = 0; i < 9; ++i) {
4242
EXPECT_EQ(names[i], chain_param_names[i]);
4343
}
44-
std::string diag_name = cmdstan::test::convert_model_path(model_path) + "_diag_10.csv";
44+
std::string diag_name
45+
= cmdstan::test::convert_model_path(model_path) + "_diag_10.csv";
4546
std::ifstream diag_file(diag_name);
4647
EXPECT_TRUE(diag_file.good());
4748
}
@@ -65,7 +66,8 @@ TEST(interface, output_multi) {
6566
for (size_t i = 0; i < 9; ++i) {
6667
EXPECT_EQ(names[i], chain_param_names[i]);
6768
}
68-
std::string diag_name = cmdstan::test::convert_model_path(model_path) + "_diag_11.csv";
69+
std::string diag_name
70+
= cmdstan::test::convert_model_path(model_path) + "_diag_11.csv";
6971
std::ifstream diag_file(diag_name);
7072
EXPECT_TRUE(diag_file.good());
7173
}

0 commit comments

Comments
 (0)