mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 17:56:02 +08:00
style: enable EmptyStatement
(#5120)
This commit is contained in:
@ -45,7 +45,6 @@ public class DESTest {
|
||||
+ "001101001101001001101011001000011100000011001000011011001110101010010111101111000111"
|
||||
+ "101010011010110000100100110011000001010001010110010011011010001010011111000001110011001010011";
|
||||
String expectedOutput = "Your lips are smoother than vaseline\r\n";
|
||||
;
|
||||
|
||||
// when
|
||||
String plainText = des.decrypt(cipherText);
|
||||
|
Reference in New Issue
Block a user