clang-format and clang-tidy fixes for 7293e15a

This commit is contained in:
github-actions 2021-01-18 10:45:57 +00:00 committed by ayaankhan98
parent f6eb8e72ed
commit e1986f77cd

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 {