You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/04 22:24:49 UTC

(commons-compress) branch master updated: Remove extra whitespace

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 3c0a6905 Remove extra whitespace
3c0a6905 is described below

commit 3c0a69054f0055fbf20999c49c4503991d44c1e9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 4 18:24:45 2023 -0400

    Remove extra whitespace
---
 .../compress/compressors/zstandard/ZstdCompressorOutputStream.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorOutputStream.java b/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorOutputStream.java
index f4f5df4e..8033328b 100644
--- a/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorOutputStream.java
+++ b/src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdCompressorOutputStream.java
@@ -17,7 +17,6 @@
 
 package org.apache.commons.compress.compressors.zstandard;
 
-
 import java.io.IOException;
 import java.io.OutputStream;