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