FIX: Coding style

This commit is contained in:
mjan4175 2022-04-12 19:53:21 +02:00
parent 5f317250b3
commit c214a199d6
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ class Spreadsheet
$rowDimension->setXfIndex($xfIndex + $countCellXfs); $rowDimension->setXfIndex($xfIndex + $countCellXfs);
} }
} }
return $this->addSheet($worksheet, $sheetIndex); return $this->addSheet($worksheet, $sheetIndex);
} }