From e21d0efd6ae46bf744eb4d4164a4ca2c5e376d7d Mon Sep 17 00:00:00 2001 From: nikhil kala Date: Wed, 29 Jan 2020 01:46:27 +0530 Subject: [PATCH] Update SimpleSubstitutionCipher.java --- ciphers/SimpleSubstitutionCipher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}