diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-03-07 10:23:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-03-07 10:23:39 +0000 |
commit | 8cc396f81a4ed5418ce1287d09564bb1cace8966 (patch) | |
tree | 5867e1aa5237d6be597260db2db9e076b202d8f0 | |
parent | 8be47cb969b6a5e2e040055283bd899a633205dc (diff) | |
download | poi-8cc396f81a4ed5418ce1287d09564bb1cace8966.tar.gz poi-8cc396f81a4ed5418ce1287d09564bb1cace8966.zip |
reformat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898669 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java index cfde3fefa6..54392ba051 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java +++ b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java @@ -169,10 +169,10 @@ class TestXSLFTextParagraph { } } - /** - * test breaking test into lines. - * This test requires that the Arial font is available and will run only on windows - */ + /** + * test breaking test into lines. + * This test requires that the Arial font is available and will run only on windows + */ @Test void testBreakLines() throws IOException { String os = System.getProperty("os.name"); |