Skip to content

Commit 8d69b86

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent d00c17c commit 8d69b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleExcelWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected function writeHeaderFromRow(array $row)
144144
*
145145
* @return $this
146146
*/
147-
public function addNewSheetAndMakeItCurrent(?string $name= null): self
147+
public function addNewSheetAndMakeItCurrent(?string $name = null): self
148148
{
149149
$this->writer->addNewSheetAndMakeItCurrent();
150150
$this->processingFirstRow = true;

0 commit comments

Comments
 (0)