clang-format and clang-tidy fixes for a5a50f89

This commit is contained in:
github-actions 2021-10-28 09:09:48 +00:00
parent a5a50f89a9
commit 1a9dbc0295

View File

@ -32,7 +32,9 @@
namespace numerical_methods {
/**
* @namespace midpoint_rule
* @brief Functions for the [Midpoint Integral](https://en.wikipedia.org/wiki/Midpoint_method) method implementation
* @brief Functions for the [Midpoint
* Integral](https://en.wikipedia.org/wiki/Midpoint_method) method
* implementation
*/
namespace midpoint_rule {
/**