Skip to content

Commit 533b3a5

Browse files
committed
Fix code style
1 parent 3589cac commit 533b3a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Phug/Component/ComponentExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function format(string $html): string
6666
protected function getReadmeContents(): string
6767
{
6868
if ($this->readme === null) {
69-
$this->readme = str_replace("\r",'', file_get_contents(__DIR__ . '/../../../README.md'));
69+
$this->readme = str_replace("\r", '', file_get_contents(__DIR__ . '/../../../README.md'));
7070
}
7171

7272
return $this->readme;

0 commit comments

Comments
 (0)