Fix missing newline at end of TestXSLFTextShape.java

Add missing newline at the end of the file.
This commit is contained in:
PJ Fanning 2026-01-17 13:46:01 +01:00 committed by GitHub
parent d72e3a608c
commit e3e04a641f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -982,4 +982,4 @@ class TestXSLFTextShape {
assertEquals(textExp, textAct);
}
}
}
}