@@ -154,7 +154,7 @@ |
||
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 |