[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [commons-compress] 02/05: Format tweak
From:       ggregory () apache ! org
Date:       2022-09-30 15:28:09
Message-ID: 20220930152807.35DB94401FC () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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

commit 082e8d0820285a20db189bc287c55de1c8beb7a6
Author: Gary Gregory <garydgregory@gmail.com>
AuthorDate: Fri Sep 30 11:11:34 2022 -0400

    Format tweak
---
 src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java \
b/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java index \
                2e22461e..be6a6b0e 100644
--- a/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java
+++ b/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java
@@ -149,6 +149,7 @@ class Coders {
                 new ByteArrayInputStream(ONE_ZERO_BYTE)), inflater);
             return new DeflateDecoderInputStream(inflaterInputStream, inflater);
         }
+
         @Override
         OutputStream encode(final OutputStream out, final Object options) {
             final int level = numberOptionOrDefault(options, 9);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic