This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 485f524e Replace 2x empty lines with a single one
485f524e is described below

commit 485f524e7b423a452bb2b86d1dcaab46160e2ba9
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 26 09:25:35 2024 -0500

    Replace 2x empty lines with a single one
---
 src/main/java/org/apache/commons/codec/binary/Base64.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/binary/Base64.java 
b/src/main/java/org/apache/commons/codec/binary/Base64.java
index 3d7e879c..a29d2a8d 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base64.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base64.java
@@ -530,7 +530,6 @@ public class Base64 extends BaseNCodec {
         this(MIME_CHUNK_SIZE, CHUNK_SEPARATOR, urlSafe);
     }
 
-
     /**
      * Constructs a Base64 codec used for decoding (all modes) and encoding in 
URL-unsafe mode.
      * <p>

Reply via email to