Completed
Push — master ( 84ee67...48a23c )
by Stefan
02:40
created
src/OneSheet/Size/SizeCalculator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function getCellWidth($value, Font $font)
43 43
     {
44
-        $width = 0.3 + (0.05 * $font->getSize());
44
+        $width = 0.3+(0.05 * $font->getSize());
45 45
 
46 46
         foreach ($this->getSingleCharacterArray($value) as $character) {
47 47
             if (isset($this->characterSizes[$character])) {
Please login to merge, or discard this patch.