--- /Hex.java	2023-07-05 03:11:51.834028053 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Hex.java	2023-07-05 03:11:51.838028054 +0200
@@ -184,6 +184,7 @@
 		try {
             byte[] byteArray = object instanceof String ? ((String) object).getBytes() : (byte[]) object;
 			return encodeHex(byteArray);
+ 
 		} catch (ClassCastException e) {
 			throw new EncoderException(e.getMessage());
 		}
