Completed
Push — master ( 9f86af...24846a )
by Nuno
08:45
created
src/Console/Commands/StatusCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
             $status = $synchronizer->analyse($index);
61 61
             $description = $status->toHumanString();
62
-            if (! $status->bothAreEqual()) {
62
+            if ( ! $status->bothAreEqual()) {
63 63
                 $description = "<fg=red>$description</>";
64 64
             } else {
65 65
                 $description = '<fg=green>Synchronized</>';
Please login to merge, or discard this patch.