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 9253700  Remove trailing white spaces.
9253700 is described below

commit 9253700b7308dc43f063c87014dce5ee80ee33e0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 20 10:54:52 2019 -0400

    Remove trailing white spaces.
---
 src/test/java/org/apache/commons/codec/binary/HexTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/codec/binary/HexTest.java 
b/src/test/java/org/apache/commons/codec/binary/HexTest.java
index 9b4eb37..dd562f3 100644
--- a/src/test/java/org/apache/commons/codec/binary/HexTest.java
+++ b/src/test/java/org/apache/commons/codec/binary/HexTest.java
@@ -48,7 +48,7 @@ public class HexTest {
     protected ByteBuffer allocate(final int capacity) {
         return ByteBuffer.allocate(capacity);
     }
-    
+
     private boolean charsetSanityCheck(final String name) {
         final String source = "the quick brown dog jumped over the lazy fox";
         try {

Reply via email to