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 5a270c28f Trailing whitespace 5a270c28f is described below commit 5a270c28fef83c08a2008f8eed4a88105a206bb2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 1 15:18:28 2024 -0500 Trailing whitespace --- src/test/java/org/apache/commons/compress/compressors/GZipTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/compress/compressors/GZipTest.java b/src/test/java/org/apache/commons/compress/compressors/GZipTest.java index a6f3cf89f..2b5919d86 100644 --- a/src/test/java/org/apache/commons/compress/compressors/GZipTest.java +++ b/src/test/java/org/apache/commons/compress/compressors/GZipTest.java @@ -96,7 +96,7 @@ public final class GZipTest extends AbstractTest { /** * Tests https://issues.apache.org/jira/browse/COMPRESS-666 - * + * * A factor of 20 is the default. */ @ParameterizedTest @@ -107,7 +107,7 @@ public final class GZipTest extends AbstractTest { /** * Tests https://issues.apache.org/jira/browse/COMPRESS-666 - * + * * A factor of 20 is the default. */ @Disabled