Skip to content

Commit 3fe4ca5

Browse files
committed
Clang fix
1 parent 26a9dd2 commit 3fe4ca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/ciphers/AtbashCipher.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* The Atbash cipher is a simple substitution cipher that replaces each letter
1+
/* The Atbash cipher is a simple substitution cipher that replaces each letter
32
* in the alphabet with its reverse.
43
* For example, 'A' becomes 'Z', 'B' becomes 'Y', and so on. It works
54
* identically for both uppercase and lowercase letters.

0 commit comments

Comments
 (0)