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
The following commit(s) were added to refs/heads/master by this push: new dcb3225 Remove extra empty lines. dcb3225 is described below commit dcb32251fe4a80d4df2e7000be54334fd7e5f475 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 12 09:12:34 2021 -0400 Remove extra empty lines. --- src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java b/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java index e149ec9..0241454 100644 --- a/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java +++ b/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java @@ -386,10 +386,6 @@ public class BOMInputStreamTest { } } - - - - @Test public void testReadEmpty() throws Exception { final byte[] data = {};