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 2022/07/09 14:07:18 UTC

[commons-compress] branch master updated: Format nit

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 3c4ddba0 Format nit
3c4ddba0 is described below

commit 3c4ddba0ddd8369bf4c149ae945b4cf1fb314310
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 9 10:07:12 2022 -0400

    Format nit
---
 src/main/java/org/apache/commons/compress/changes/ChangeSet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/changes/ChangeSet.java b/src/main/java/org/apache/commons/compress/changes/ChangeSet.java
index 0b334aee..db443520 100644
--- a/src/main/java/org/apache/commons/compress/changes/ChangeSet.java
+++ b/src/main/java/org/apache/commons/compress/changes/ChangeSet.java
@@ -103,7 +103,7 @@ public final class ChangeSet {
                         && change.getEntry() != null) {
                     final ArchiveEntry entry = change.getEntry();
 
-                    if(entry.equals(pChange.getEntry())) {
+                    if (entry.equals(pChange.getEntry())) {
                         if(pChange.isReplaceMode()) {
                             it.remove();
                             changes.add(pChange);