Skip to content

Commit 72fa21d

Browse files
committed
chore: pint
1 parent 2ad140d commit 72fa21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/MapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
});
1616

1717
test('map from array', function () {
18-
$array = [[ 1, 'one' ],[ 2, 'two' ]];
18+
$array = [[1, 'one'], [2, 'two']];
1919
$map = new Map($array);
2020

2121
expect($map)

0 commit comments

Comments
 (0)