From c99786546cb5ad161fbfe7485c56b887445061ea Mon Sep 17 00:00:00 2001 From: Focus <65309793+Focusucof@users.noreply.github.com> Date: Thu, 21 Oct 2021 08:52:09 -0400 Subject: [PATCH] fix: brace style Co-authored-by: David Leal --- ciphers/a1z26_cipher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciphers/a1z26_cipher.cpp b/ciphers/a1z26_cipher.cpp index b36db52c2..88ddf9df9 100644 --- a/ciphers/a1z26_cipher.cpp +++ b/ciphers/a1z26_cipher.cpp @@ -158,4 +158,4 @@ static void test() { int main() { test(); // run self-test implementations return 0; -} \ No newline at end of file +}