Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jul 3, 2024
1 parent 74ea924 commit 865680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BaseElementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@ class Div extends BaseElement
->assertHtmlStringEqualsHtmlString(
'<div></div>',
Div::create()
->when(false, fn(BaseElement $element) => $element->data('foo', 'bar'))
->when(false, fn (BaseElement $element) => $element->data('foo', 'bar'))
->render()
);

0 comments on commit 865680c

Please sign in to comment.