clang-format and clang-tidy fixes for 7293e15a

This commit is contained in:
github-actions 2021-01-18 10:45:57 +00:00
parent 7293e15a30
commit a4f830b90b

View File

@ -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 {