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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new f4498cd  Remove trailing white spaces.
f4498cd is described below

commit f4498cd590a7132a8512a053ecec83c0a21f9810
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 18 11:38:18 2020 -0400

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

diff --git 
a/src/test/java/org/apache/commons/compress/archivers/SevenZTestCase.java 
b/src/test/java/org/apache/commons/compress/archivers/SevenZTestCase.java
index 6f72f45..dd74e92 100644
--- a/src/test/java/org/apache/commons/compress/archivers/SevenZTestCase.java
+++ b/src/test/java/org/apache/commons/compress/archivers/SevenZTestCase.java
@@ -225,7 +225,7 @@ public class SevenZTestCase extends AbstractTestCase {
         final byte[] buf = new byte[1024];
         int x = 0;
         while (0 <= (x = archive.read(buf))) {
-            
+
         }
     }
 

Reply via email to