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 1b7528f Remove trailing whitepsace. 1b7528f is described below commit 1b7528fbd6295a3958daf1b1114621ee5e40e83c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 15 11:03:30 2021 -0500 Remove trailing whitepsace. --- src/main/java/org/apache/commons/compress/utils/ByteUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/utils/ByteUtils.java b/src/main/java/org/apache/commons/compress/utils/ByteUtils.java index fad484f..f00e875 100644 --- a/src/main/java/org/apache/commons/compress/utils/ByteUtils.java +++ b/src/main/java/org/apache/commons/compress/utils/ByteUtils.java @@ -29,7 +29,7 @@ import java.io.OutputStream; * @since 1.14 */ public final class ByteUtils { - + /** * Empty array. *