@@ -59,7 +59,7 @@ |
||
| 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</>'; |