Skip to content

Commit c1d6155

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9071421 commit c1d6155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/BaseLayout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class BaseLayout extends Component
88
{
9-
public function __construct(public string $title){}
9+
public function __construct(public string $title) {}
1010

1111
public function render()
1212
{

0 commit comments

Comments
 (0)