Skip to content

Commit 7c64a61

Browse files
committed
Fixed CS
1 parent 1751a9c commit 7c64a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/MakerFileLinkFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function makeLinkedPath(string $absolutePath, string $relativePath): stri
4747
}
4848

4949
$outputFormatterStyle = new OutputFormatterStyle();
50-
50+
5151
if (method_exists(OutputFormatterStyle::class, 'setHref')) {
5252
$outputFormatterStyle->setHref($formatted);
5353
}

0 commit comments

Comments
 (0)