checkstyle format correction
diff --git a/core/src/main/java/org/owasp/encoder/Encode.java b/core/src/main/java/org/owasp/encoder/Encode.java
index 1ba4984..46003e0 100644
--- a/core/src/main/java/org/owasp/encoder/Encode.java
+++ b/core/src/main/java/org/owasp/encoder/Encode.java
@@ -641,7 +641,7 @@
      * @param out where to write encoded output
      * @param input the input string to encode
      * @throws IOException if thrown by writer
-     * 
+     *
      * @deprecated  There is never a need to encode a complete URI with this form of encoding.
      */
     @Deprecated public static void forUri(Writer out, String input)