Skip to content

Commit c770b29

Browse files
committed
Fix minor lint error
1 parent ee3a0da commit c770b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CsvTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function it_strips_BOM()
6161
public function it_removes_unused_hash_columns()
6262
{
6363
$seeder = new \Flynsarmy\CsvSeeder\CsvSeeder();
64-
64+
6565
// Retain 'password' hashable
6666
$seeder->hashable = ['password'];
6767
$mapping = [

0 commit comments

Comments
 (0)