Skip to content

Commit 7e3afab

Browse files
committed
Formatting errors
1 parent 3fee2c0 commit 7e3afab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PhpSpreadsheetTests/Writer/Html/NoTitleTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public function testHideSomeGridlines(): void
4141
[17, 18, 19, 20, 21, 22],
4242
[27, 28, 29, 30, 31, 32],
4343
[37, 38, 39, 40, 41, 42],
44-
]);
44+
]
45+
);
4546
$sheet->getStyle('B2:D4')->getBorders()->applyFromArray(
4647
[
4748
'allBorders' => [

0 commit comments

Comments
 (0)