Skip to content

Commit 595ca6a

Browse files
ace-of-acesgithub-actions[bot]
authored andcommitted
style: fix code style issues
1 parent 7c0dceb commit 595ca6a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/Feature/OptionsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
})->with([
1313
function () {
1414
config()->set('image.driver', \Intervention\Image\Drivers\Gd\Driver::class);
15+
1516
return 'gd';
1617
},
1718
function () {
1819
config()->set('image.driver', \Intervention\Image\Drivers\Imagick\Driver::class);
20+
1921
return 'imagick';
20-
}
22+
},
2123
]);
2224

2325
it('can process the height option', function () {

workbench/config/image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
'decodeAnimation' => true,
4343
'blendingColor' => 'ffffff',
4444
'strip' => false,
45-
]
45+
],
4646
];

0 commit comments

Comments
 (0)