Passed
Branch 4.9 (202389)
by Mikhail
03:00
created
Category
ccg.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,13 +9,13 @@
 block discarded – undo
9 9
 /**
10 10
  * autoload
11 11
  */
12
-spl_autoload_register(function ($class) {
12
+spl_autoload_register(function($class) {
13 13
     include 'app/' . $class . '.php';
14 14
 });
15 15
 
16 16
 define('ROOT_DIR', realpath(__DIR__));
17 17
 
18
-$defaults_normalized   = flat_array_with_prefix($defaults);
18
+$defaults_normalized = flat_array_with_prefix($defaults);
19 19
 
20 20
 $config             = new Config($argv, $defaults_normalized);
21 21
 $terminal           = new Terminal();
Please login to merge, or discard this patch.