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 +}