Remove superfluous newlines
This commit is contained in:
parent
99a5303773
commit
cd3f27e5db
|
@ -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");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user