]> source.dussan.org Git - poi.git/commitdiff
reformat
authorPJ Fanning <fanningpj@apache.org>
Mon, 7 Mar 2022 10:23:39 +0000 (10:23 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 7 Mar 2022 10:23:39 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898669 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java

index cfde3fefa6a468380bc425839e37a33009925a2a..54392ba0516437af62df93d0a39ed66982728b30 100644 (file)
@@ -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");