--- /QCodec.java	2023-07-05 02:57:50.446055303 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QCodec.java	2023-07-05 02:57:50.446055303 +0200
@@ -191,6 +191,7 @@
             return encodeText(pString, charset);
         } catch (UnsupportedEncodingException e) {
             throw new EncoderException(e.getMessage());
+ 
         }
     }
 
