Skip to content

Commit 5ed291d

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 9b1ae64 commit 5ed291d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cmdstan/stansummary_helper.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,8 @@ void write_sampler_info(const stan::io::stan_csv_metadata &metadata,
692692
<< std::endl;
693693
*out << prefix
694694
<< "and R_hat measures the potential scale reduction on split chains. "
695-
"At convergence R_hat will be very close to 1.00." << std::endl;
695+
"At convergence R_hat will be very close to 1.00."
696+
<< std::endl;
696697
}
697698

698699
/**

0 commit comments

Comments
 (0)