Skip to content

Commit 30b65d0

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 413aae6 commit 30b65d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/interface/stansummary_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,8 @@ TEST(CommandStansummary, check_csv_output_sig_figs) {
583583
std::string energy
584584
= "\"energy__\",7.8,0.051,1,0.75,6.8,7.5,9.9,4.9e+02,4.9e+02,2.1e+04,1";
585585
std::string theta
586-
= "\"theta\",0.26,0.0061,0.12,0.12,0.08,0.25,0.47,3.6e+02,4e+02,1.6e+04,1";
586+
= "\"theta\",0.26,0.0061,0.12,0.12,0.08,0.25,0.47,3.6e+02,4e+02,1.6e+04,"
587+
"1";
587588

588589
std::string path_separator;
589590
path_separator.push_back(get_path_separator());

0 commit comments

Comments
 (0)