@@ -133,7 +133,9 @@ |
||
| 133 | 133 | $services = []; |
| 134 | 134 | |
| 135 | 135 | foreach ($lines as $line) { |
| 136 | - if (empty($line)) continue; |
|
| 136 | + if (empty($line)) { |
|
| 137 | + continue; |
|
| 138 | + } |
|
| 137 | 139 | |
| 138 | 140 | list($unit, $load, $active, $sub) = explode('|', $line); |
| 139 | 141 | |