Skip to content

Commit 84878cc

Browse files
ashleyhindlegithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 8bb6c26 commit 84878cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Mcp/Tools/SearchDocs.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ class SearchDocs extends Tool
1616
{
1717
use MakesHttpRequests;
1818

19-
public function __construct(protected Roster $roster) {}
19+
public function __construct(protected Roster $roster)
20+
{
21+
}
2022

2123
public function description(): string
2224
{

0 commit comments

Comments
 (0)