Failed Conditions
Pull Request — develop (#334)
by
unknown
29:02
created
src/PhpSpreadsheet/Worksheet/Worksheet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3102,7 +3102,7 @@
 block discarded – undo
3102 3102
             $cellValuesOnColumn = ceil($maxCellLength / $maxColumnWidth);
3103 3103
             $cellValuesOnColumn = $cellValuesOnColumn <= 0 ? 1 : $cellValuesOnColumn;
3104 3104
 
3105
-            $rowDimension->setRowHeight( ($rowHeight * $cellValuesOnColumn) + $rowPadding);
3105
+            $rowDimension->setRowHeight(($rowHeight * $cellValuesOnColumn) + $rowPadding);
3106 3106
         }
3107 3107
 
3108 3108
         return $this;
Please login to merge, or discard this patch.