diff --git a/ciphers/SimpleSubstitutionCipher.java b/ciphers/SimpleSubstitutionCipher.java index 983bc4f6d..d9bae4f07 100644 --- a/ciphers/SimpleSubstitutionCipher.java +++ b/ciphers/SimpleSubstitutionCipher.java @@ -94,4 +94,4 @@ public class SimpleSubstitutionCipher { System.out.println(b); } -} \ No newline at end of file +}