--- /Hex.java	2023-07-05 03:11:50.974028078 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Hex.java	2023-07-05 03:11:50.974028078 +0200
@@ -152,6 +152,7 @@
 		    return decodeHex(charArray);
 		} catch (ClassCastException e) {
 		    throw new DecoderException(e.getMessage());
+ 
 		}
 	}
 	
