Skip to content

Commit 91a0452

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent a11f1c6 commit 91a0452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Livewire/ImportCsv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function import()
6161
$this->validate();
6262

6363
$import = $this->createNewImport();
64-
64+
6565
$chunks = (new ChunkIterator($this->csvRecords->getRecords(), 10))->get();
6666
}
6767

0 commit comments

Comments
 (0)