Passed
Push — master ( 9280cd...76fe10 )
by Simon
02:08
created
Styles/Width.php 1 patch
Switch Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -26,15 +26,15 @@
 block discarded – undo
26 26
     public function run(ReportBuilder &$context, $coordString, $options) {
27 27
         
28 28
         switch ($options['type']) {
29
-        case 'auto':
30
-          $context->sheet()
31
-          ->getColumnDimension($coordString)
32
-          ->setAutoSize(true);
33
-          break;
29
+            case 'auto':
30
+              $context->sheet()
31
+              ->getColumnDimension($coordString)
32
+              ->setAutoSize(true);
33
+              break;
34 34
 
35
-        default:
36
-          throw new \Exception('Unrecognised style width option: '.$options['type']);
37
-          break;
35
+            default:
36
+              throw new \Exception('Unrecognised style width option: '.$options['type']);
37
+              break;
38 38
       }
39 39
     }
40 40
 }
Please login to merge, or discard this patch.