@@ -52,7 +52,7 @@ |
||
52 | 52 | $this->headline('Failed for resolve', 'lightYellow'); |
53 | 53 | if(!count($service->errorList())){ |
54 | 54 | $this->climate->info('Errors not found'); |
55 | - }else{ |
|
55 | + } else{ |
|
56 | 56 | $this->climate->table($service->errorList()); |
57 | 57 | } |
58 | 58 | return ExitCode::OK; |