Skip to content

Commit 749099f

Browse files
authored
Update MonoAlphabetic.java
1 parent 0fd2b57 commit 749099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void main(String[] args) {
2929
default:
3030
System.out.println("The input was invalid. Kindly restart.");
3131
break;
32-
}
32+
}
3333
}
3434

3535
public static String encrypt(String data, String key) {

0 commit comments

Comments
 (0)