From cd3f27e5dbab3ad43bfb2437c11ad420d972f8c3 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 11 Oct 2021 15:12:59 +0200 Subject: [PATCH] Remove superfluous newlines --- tests/NodaTimeAutotranslaterTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/NodaTimeAutotranslaterTest.php b/tests/NodaTimeAutotranslaterTest.php index 3569e8d..3ad7fc4 100644 --- a/tests/NodaTimeAutotranslaterTest.php +++ b/tests/NodaTimeAutotranslaterTest.php @@ -12,7 +12,6 @@ require __DIR__ . "/../src/NodaTimeAutotranslater.php"; * Tests for home page. */ final class NodaTimeAutotranslaterTest extends TestCase { - /** * 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"); } - }