Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 23, 2024
1 parent e0cdcdb commit 45c4354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContrastTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

use Spatie\Color\Hex;
use function PHPUnit\Framework\assertSame;

use Spatie\Color\Color;
use Spatie\Color\Contrast;
use Spatie\Color\Hex;

it('can calculate contrast', function (Color $a, Color $b, float $contrast) {
assertSame($contrast, Contrast::ratio($a, $b));
Expand Down

0 comments on commit 45c4354

Please sign in to comment.