From eb2bd1f375426bfadf763d1de2f4623382963b0e Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 21 Oct 2021 02:25:34 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 36edde81 --- ciphers/a1z26_cipher.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ciphers/a1z26_cipher.cpp b/ciphers/a1z26_cipher.cpp index 06526d409..b36db52c2 100644 --- a/ciphers/a1z26_cipher.cpp +++ b/ciphers/a1z26_cipher.cpp @@ -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 {