Skip to content

Commit 6946e32

Browse files
naimsolonggithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7b053fd commit 6946e32

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Builder/CsvBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function build(): string
1515
$csv .= implode(',', $this->columns)."\n";
1616

1717
$csvRow = [];
18-
18+
1919
// Add data rows
2020
foreach ($this->columns as $column) {
2121
if (! array_key_exists($column, $this->data)) {

src/Commands/DataExtractCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Console\Command;
66
use NaimSolong\DataExtractor\Builder\ExtractBuilder;
7-
use NaimSolong\DataExtractor\Dto\Export;
87

98
class DataExtractCommand extends Command
109
{

0 commit comments

Comments
 (0)