Skip to content

Commit b2ac9f0

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 0afd076 commit b2ac9f0

File tree

3 files changed

+100
-84
lines changed

3 files changed

+100
-84
lines changed

src/stan/services/util/initialize.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ void log_initialization_failure(bool is_fully_initialized, bool any_initialized,
143143
} else {
144144
std::stringstream msg;
145145
msg << "Initialization between (-" << init_radius << ", " << init_radius
146-
<< ") failed after" << " " << max_init_tries << " attempts. ";
146+
<< ") failed after"
147+
<< " " << max_init_tries << " attempts. ";
147148
logger.error(msg);
148149
logger.error(
149150
" Try specifying initial values,"

src/test/unit/callbacks/dispatcher_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#include <iostream>
1111
#include <Eigen/Dense>
1212

13+
using stan::callbacks::deleter_noop;
1314
using stan::callbacks::dispatcher;
1415
using stan::callbacks::info_type;
15-
using stan::callbacks::deleter_noop;
1616

1717
class DispatcherTest : public ::testing::Test {
1818
public:

0 commit comments

Comments
 (0)