Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and github-actions[bot] committed Sep 20, 2024
1 parent 8cb01a9 commit 02ce48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NamedTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

use Spatie\Color\Named;
use function PHPUnit\Framework\assertInstanceOf;
use function PHPUnit\Framework\assertSame;

use Spatie\Color\Exceptions\InvalidColorValue;
use Spatie\Color\Named;

it('is initializable', function () {
$named = new Named('peru');
Expand Down

0 comments on commit 02ce48c

Please sign in to comment.