Skip to content

Commit 01c9fa1

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
1 parent 630e1ed commit 01c9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/rev/functor/cvodes_integrator_adjoint.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ class cvodes_integrator_adjoint_vari : public vari_base {
401401
/**
402402
* No-op for setting adjoints since this class does not own any adjoints.
403403
*/
404-
void set_zero_adjoint() final {};
404+
void set_zero_adjoint() final{};
405405

406406
void chain() final {
407407
if (!is_var_return_) {

0 commit comments

Comments
 (0)