Skip to content

Commit

Permalink
Merge pull request #1067 from boostorg/opt_newline
Browse files Browse the repository at this point in the history
Fix missing newline.
  • Loading branch information
jzmaddock authored Jan 21, 2024
2 parents 6f81305 + 9f5e81d commit e06b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/math/optimization/detail/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ template <typename Real> std::vector<size_t> best_indices(std::vector<Real> cons
}

} // namespace boost::math::optimization::detail
#endif
#endif

0 comments on commit e06b1b7

Please sign in to comment.