Remove superfluous newlines

This commit is contained in:
2021-10-11 15:12:59 +02:00
parent 99a5303773
commit cd3f27e5db

View File

@@ -12,7 +12,6 @@ require __DIR__ . "/../src/NodaTimeAutotranslater.php";
* Tests for home page. * Tests for home page.
*/ */
final class NodaTimeAutotranslaterTest extends TestCase { final class NodaTimeAutotranslaterTest extends TestCase {
/** /**
* Test to check whether the HTML page is correctly generated. * Test to check whether the HTML page is correctly generated.
* *
@@ -643,5 +642,4 @@ final class NodaTimeAutotranslaterTest extends TestCase {
self::assertEquals($output["de"], "Vor 01.12.1919"); self::assertEquals($output["de"], "Vor 01.12.1919");
} }
} }