Completed
Push — master ( eeb36b...31d861 )
by Sebastian
27s queued 10s
created
src/Cmd/Printer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     protected function writeWithColor($color, $buffer): void
44 44
     {
45
-        $this->write($buffer . PHP_EOL);
45
+        $this->write($buffer.PHP_EOL);
46 46
     }
47 47
 
48 48
     /**
Please login to merge, or discard this patch.