--- /Base64.java	2023-07-05 03:11:55.966027936 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:55.970027936 +0200
@@ -211,6 +211,7 @@
      */
     public static byte[] encodeBase64(byte[] binaryData) {
         return encodeBase64(binaryData, false);
+ 
     }
 
     /**
