Completed
Pull Request — master (#1148)
by Rolands
63:19
created
tests/PhpSpreadsheetTests/Calculation/CalculateFromFileTest.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
         if(true === $mode){
33 33
             $cal->enableBranchPruning();
34
-        }else {
34
+        } else {
35 35
             $cal->disableBranchPruning();
36 36
         }
37 37
 
Please login to merge, or discard this patch.