Skip to content

Commit b508d8a

Browse files
committed
[TASK] Cleanup test code formatting
1 parent 305e740 commit b508d8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Unit/Property/SelectorTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ public function cleansUpTabsWithinSelector(): void
171171
*/
172172
public function cleansUpNewLineWithinSelector(): void
173173
{
174-
$selector = "p
175-
>
176-
small";
174+
$selector = "p\n>\nsmall";
177175

178176
$subject = new Selector($selector);
179177

0 commit comments

Comments
 (0)