Passed
Push — master ( 711fef...2bfcff )
by Jeroen De
04:06 queued 27s
created
SCSS/vendor/scssphp/scssphp/src/Formatter/Compressed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.