Skip to content

Commit 5b88da9

Browse files
Added a missing new line
1 parent 8fa7beb commit 5b88da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Functional/AbstractFunctionalTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ protected function normalize($string)
5353
$string = str_replace("\r\n", "\n", $string);
5454
$string = str_replace("\r", "\n", $string);
5555
$string = preg_replace("/\n{2,}/", "\n\n", $string);
56+
5657
return rtrim($string);
5758
}
5859

0 commit comments

Comments
 (0)