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 8a36c6e2a Remove trailing whitespace
     new d224f6317 Merge branch 'master' of 
https://github.com/apache/commons-compress.git
8a36c6e2a is described below

commit 8a36c6e2a5e940b790684152ebd6e831240446b3
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Mar 20 20:29:11 2025 -0400

    Remove trailing whitespace
---
 .../compress/compressors/zstandard/ZstdCompressorInputStream.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorInputStream.java
 
b/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorInputStream.java
index 6eef638d8..abb231f3d 100644
--- 
a/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorInputStream.java
@@ -73,7 +73,7 @@ public void close() throws IOException {
     }
 
     /**
-     * 
+     *
      * {@inheritDoc}
      *
      * @since 1.17

Reply via email to