From 8cc396f81a4ed5418ce1287d09564bb1cace8966 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 7 Mar 2022 10:23:39 +0000 Subject: [PATCH] reformat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898669 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/poi/xslf/usermodel/TestXSLFTextParagraph.java | 8 ++++---- 1 file 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"); -- 2.39.5