Skip to content

Commit 30bc1e3

Browse files
committed
Apply fixes from StyleCI
1 parent bea54c4 commit 30bc1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/LineEndingNormalizerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function testNormalizeConvertsLiteralBackslashNToNewline(): void
3232
"Should normalize literal '\\n' sequences to 'LF'.",
3333
);
3434
}
35+
3536
public function testNormalizeReturnsUnchangedStringWhenNoNormalizationNeeded(): void
3637
{
3738
self::assertSame(

0 commit comments

Comments
 (0)