Completed
Push — master ( 8176fd...5fad64 )
by Marcin
02:13
created
src/Formatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
      */
155 155
     protected function removeNewLines($sql)
156 156
     {
157
-        if (! $this->config->newLinesToSpaces()) {
157
+        if (!$this->config->newLinesToSpaces()) {
158 158
             return $sql;
159 159
         }
160 160
 
Please login to merge, or discard this patch.