Skip to content

Commit 47481c6

Browse files
committed
More Formatting
Frustrating morning.
1 parent 1b21984 commit 47481c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Writer/Xlsx/ArrayFunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function testArrayMultipleColumns(): void
193193
[100, 92],
194194
[734, 12],
195195
//[100, 91], // not unique
196-
[5,2],
196+
[5, 2],
197197
];
198198
self::assertCount(5, $expectedUnique);
199199
self::assertSame($expectedUnique, $sheet2->getCell('H1')->getCalculatedValue());

0 commit comments

Comments
 (0)