More consistent formatting

This commit is contained in:
Fonata
2021-04-02 20:30:25 +02:00
committed by Fonata
parent 2a154869b4
commit fba67b84ff
6 changed files with 4 additions and 9 deletions

View File

@@ -48,7 +48,6 @@ class UnparseTest extends Testcase {
$this->csv->auto(__DIR__ . '/fixtures/auto-double-enclosure.csv');
$expected = "column1,column2\rvalue1,value2\rvalue3,value4\r";
$this->unparseAndCompare($expected);
}
public function testUnparseRenameFields() {