Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck authored and github-actions[bot] committed Sep 1, 2023
1 parent a5dbe4e commit d81506d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Manipulations/GammaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\Image\Test\Manipulations;

use Spatie\Image\Drivers\ImageDriver;
use Spatie\Image\Exceptions\InvalidManipulation;

it('can apply gamma to an image', function (ImageDriver $driver) {
$targetFile = $this->tempDir->path("{$driver->driverName()}/gamma.jpg");
Expand Down

0 comments on commit d81506d

Please sign in to comment.