This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new e3e04a641f Fix missing newline at end of TestXSLFTextShape.java
e3e04a641f is described below
commit e3e04a641f25eef30045518c9e16bcb10e893ff0
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jan 17 13:46:01 2026 +0100
Fix missing newline at end of TestXSLFTextShape.java
Add missing newline at the end of the file.
---
.../src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextShape.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextShape.java
b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextShape.java
index 397db98d12..171b33c5ed 100644
---
a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextShape.java
+++
b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextShape.java
@@ -982,4 +982,4 @@ class TestXSLFTextShape {
assertEquals(textExp, textAct);
}
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]