Skip to content

Commit 0fd2b57

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public static void main(String[] args) {
2828

2929
default:
3030
System.out.println("The input was invalid. Kindly restart.");
31-
break;
32-
}
31+
break;
32+
}
3333
}
3434

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

0 commit comments

Comments
 (0)