--- /BCodec.java	2023-07-05 02:58:04.470054781 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/BCodec.java	2023-07-05 02:58:04.470054781 +0200
@@ -167,6 +167,7 @@
             return null;
         } else if (value instanceof String) {
             return encode((String) value);
+ 
         } else {
             throw new EncoderException("Objects of type " +
                   value.getClass().getName() +
