clang-format and clang-tidy fixes for 36edde81

This commit is contained in:
github-actions
2021-10-21 02:25:34 +00:00
parent 36edde8137
commit eb2bd1f375

View File

@@ -24,7 +24,8 @@
namespace ciphers {
/**
* @namespace a1z26
* @brief Functions for [A1Z26](https://www.dcode.fr/letter-number-cipher) encryption and decryption implementation
* @brief Functions for [A1Z26](https://www.dcode.fr/letter-number-cipher)
* encryption and decryption implementation
*/
namespace a1z26 {