From e1986f77cd8bf60f7eb204cef4903daa210a8f7b Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 18 Jan 2021 10:45:57 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 7293e15a --- math/modular_division.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/modular_division.cpp b/math/modular_division.cpp index 89bbdf9bb..6fd984f2b 100644 --- a/math/modular_division.cpp +++ b/math/modular_division.cpp @@ -34,7 +34,7 @@ namespace math { /** * @namespace modular_division - * @brief Functions for [Modular + * @brief Functions for [Modular * Division](https://www.geeksforgeeks.org/modular-division) implementation */ namespace modular_division {