@@ -54,7 +54,7 @@ |
||
| 54 | 54 | |
| 55 | 55 | $this->write($inner . implode($glue, $block->lines)); |
| 56 | 56 | |
| 57 | - if (! empty($block->children)) { |
|
| 57 | + if (!empty($block->children)) { |
|
| 58 | 58 | $this->write($this->break); |
| 59 | 59 | } |
| 60 | 60 | } |