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 3580a4a3 Format nit
3580a4a3 is described below

commit 3580a4a3d79adb4e19d0b955713a5c67866d1ef8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 4 08:24:42 2023 -0400

    Format nit
---
 src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java 
b/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java
index d0fd0d11..5cceb467 100644
--- a/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java
+++ b/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java
@@ -581,6 +581,7 @@ public class XmlStreamReaderTest {
                 }
             };
     }
+
     @Test
     public void testIO_815() throws Exception {
         final MessageFormat fmt = new MessageFormat("<?xml version=\"1.0\" 
encoding=''{0}''?>\n<root>text</root>");

Reply via email to