Skip to content

Commit 6b8088a

Browse files
ashleyhindlegithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 9190db3 commit 6b8088a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Install/CodeEnvironment/CodeEnvironment.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ abstract class CodeEnvironment
1717
{
1818
public bool $useAbsolutePathForMcp = false;
1919

20-
public function __construct(protected readonly DetectionStrategyFactory $strategyFactory) {}
20+
public function __construct(protected readonly DetectionStrategyFactory $strategyFactory)
21+
{
22+
}
2123

2224
abstract public function name(): string;
2325

0 commit comments

Comments
 (0)