Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmodrak committed Feb 12, 2020
1 parent 9af29af commit 64d3193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/math/rev/core/gradable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ gradable setup_simple() {
return gradable(x, f, g_expected);
}

#endif
#endif
2 changes: 1 addition & 1 deletion test/unit/math/rev/core/local_nested_autodiff_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ TEST_F(AgradLocalNested, local_nested_autodiff_Gradient3) {
g1.test();
}
stan::math::recover_memory();
}
}

0 comments on commit 64d3193

Please sign in to comment.