Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
Browse files Browse the repository at this point in the history
…4.1 (tags/RELEASE_600/final)
  • Loading branch information
stan-buildbot committed May 16, 2021
1 parent 630e1ed commit 01c9fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stan/math/rev/functor/cvodes_integrator_adjoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class cvodes_integrator_adjoint_vari : public vari_base {
/**
* No-op for setting adjoints since this class does not own any adjoints.
*/
void set_zero_adjoint() final {};
void set_zero_adjoint() final{};

void chain() final {
if (!is_var_return_) {
Expand Down

0 comments on commit 01c9fa1

Please sign in to comment.