@@ -51,7 +51,7 @@ |
||
| 51 | 51 | throw new WriterClosedException('The writer object was closed'); |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | - $this->fileObject->fwrite($data. "\n"); |
|
| 54 | + $this->fileObject->fwrite($data . "\n"); |
|
| 55 | 55 | $this->currentLineLength = 0; |
| 56 | 56 | } |
| 57 | 57 | |