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-io.git

commit 4cb04246c0946f70abd40eaf047d8d95587543c6
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 3 11:00:51 2023 -0400

    Format tweak
---
 .../org/apache/commons/io/output/AbstractByteArrayOutputStream.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/io/output/AbstractByteArrayOutputStream.java 
b/src/main/java/org/apache/commons/io/output/AbstractByteArrayOutputStream.java
index dd8b0e42..c4304c6b 100644
--- 
a/src/main/java/org/apache/commons/io/output/AbstractByteArrayOutputStream.java
+++ 
b/src/main/java/org/apache/commons/io/output/AbstractByteArrayOutputStream.java
@@ -236,8 +236,7 @@ public abstract class AbstractByteArrayOutputStream extends 
OutputStream {
      * @since 2.7
      */
     @SuppressWarnings("resource") // The result InputStream MUST be managed by 
the call site.
-    protected <T extends InputStream> InputStream toInputStream(
-            final InputStreamConstructor<T> isConstructor) {
+    protected <T extends InputStream> InputStream toInputStream(final 
InputStreamConstructor<T> isConstructor) {
         int remaining = count;
         if (remaining == 0) {
             return ClosedInputStream.INSTANCE;

Reply via email to