Passed
Push — master ( 7a99d2...b8e143 )
by Reza
03:53
created
src/Commands/Actions/Reinstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     {
16 16
         $status = $this->confirm("Do you really want to reinstall the panel ? (All components will be deleted)", true);
17 17
 
18
-        if(!$status) {
18
+        if (!$status) {
19 19
             $this->info("The process was canceled");
20 20
             return;
21 21
         }
Please login to merge, or discard this patch.