Completed
Push — master ( 13df09...be473f )
by Vladimir
04:26
created
src/Command/CheckInfoCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,8 +110,8 @@
 block discarded – undo
110 110
 
111 111
             $group = null;
112 112
             $groupNew = sprintf('<fg=yellow;options=bold>%-8s</>', $check->getGroup());
113
-            if($groupOld != $groupNew) {
114
-                if($groupOld) {
113
+            if ($groupOld != $groupNew) {
114
+                if ($groupOld) {
115 115
                     $table->addRow(new TableSeparator());
116 116
                 }
117 117
                 $group = $groupOld = $groupNew;
Please login to merge, or discard this patch.