From 1a9dbc02955d5a8c5ac01bb55ec952ef0e2f5657 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 28 Oct 2021 09:09:48 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for a5a50f89 --- numerical_methods/midpoint_integral_method.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 45e9a08c4..1fa5770e5 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -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 { /**