Skip to content

Commit 6b5bf84

Browse files
committed
Still More Formatting
I think I should go back to bed.
1 parent 47481c6 commit 6b5bf84

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
@@ -175,7 +175,7 @@ public function testArrayMultipleColumns(): void
175175
[100, 92],
176176
[734, 12],
177177
[100, 91],
178-
[5,2],
178+
[5, 2],
179179
];
180180
$sheet->fromArray($columnArray);
181181
$sheet->setCellValue('H1', '=UNIQUE(A1:B6)');

0 commit comments

Comments
 (0)