Passed
Push — master ( 3b9b2e...7e1394 )
by Joe Nilson
02:00
created
Extension/Controller/EditSettings.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 {
26 26
     public function execAfterAction(): Closure
27 27
     {
28
-         return function($action) {
28
+            return function($action) {
29 29
             //return $action;
30 30
             if ($action === 'fixfacturasprov') {
31 31
                 $dataBase = new DataBase();
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             } elseif ($action === 'fixfacturascli') {
50 50
                 Tools::log()->notice('fixfacturascli');
51 51
             }
52
-         };
52
+            };
53 53
     }
54 54
 
55 55
 }
56 56
\ No newline at end of file
Please login to merge, or discard this patch.