Skip to content

Commit 06cc7d8

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

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

stan/math/fwd/fun/accumulator.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <type_traits>
1111

1212
namespace stan {
13-
namespace math {
13+
namespace math {
1414

1515
/**
1616
* Class to accumulate values and eventually return their sum. If
@@ -94,7 +94,7 @@ class accumulator<T, require_fvar_t<T>> {
9494
inline T sum() const { return stan::math::sum(buf_); }
9595
};
9696

97-
}
98-
}
97+
} // namespace math
98+
} // namespace stan
9999

100100
#endif

stan/math/mix.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <stan/math/mix/fun.hpp>
66
#include <stan/math/mix/functor.hpp>
77

8-
98
#include <stan/math/rev/core.hpp>
109
#include <stan/math/rev/meta.hpp>
1110
#include <stan/math/rev/fun.hpp>

0 commit comments

Comments
 (0)