Skip to content

Commit 087bfbb

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent d2945bf commit 087bfbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cmdstan/command.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ int command(int argc, const char *argv[]) {
563563
list_argument *algo = dynamic_cast<list_argument *>(
564564
parser.arg("method")->arg("sample")->arg("algorithm"));
565565
std::string algo_name = algo->value();
566-
bool use_fixed_param = model.num_params_r() == 0 || algo_name == "fixed_param";
566+
bool use_fixed_param
567+
= model.num_params_r() == 0 || algo_name == "fixed_param";
567568

568569
bool adapt_engaged = get_arg_val<bool_argument>(parser, "method", "sample",
569570
"adapt", "engaged");

0 commit comments

Comments
 (0)