Skip to content

Commit c098014

Browse files
Fixed code-style
1 parent 11f1ad2 commit c098014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/SizeSorter/Items/EmptyListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
});
1313

1414
test('collection', function () {
15-
$actual = SizeSorter::items(new Collection())->sort()->all();
15+
$actual = SizeSorter::items(new Collection)->sort()->all();
1616

1717
expect($actual)->toBeEmpty()->toBe([]);
1818
});

0 commit comments

Comments
 (0)