Skip to content

Commit a7d0835

Browse files
krissssgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1973079 commit a7d0835

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Feature/DeleteBeforeWriteTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ protected static function customConfig(): array
2727

2828
try {
2929
DontDeleteDataExport::csv([['a']])->saveAs($filename);
30+
3031
throw new \InvalidArgumentException();
3132
} catch (FileAlreadyExistException $e) {
3233
expect(true)->toBeTrue();
@@ -50,6 +51,7 @@ protected static function customConfig(): array
5051

5152
try {
5253
DataExporter::csv([['a']])->saveAs($filename);
54+
5355
throw new \InvalidArgumentException();
5456
} catch (FileAlreadyExistException $e) {
5557
expect(true)->toBeTrue();

0 commit comments

Comments
 (0)