chore: style

This commit is contained in:
Nuno Maduro
2024-12-01 23:55:15 +00:00
parent c2cabaeae6
commit 145294a4a3

View File

@ -4,7 +4,7 @@ use Pest\Plugins\Coverage;
use Symfony\Component\Console\Output\NullOutput;
test('compute comparable coverage', function (float $givenValue, float $expectedValue) {
$output = new NullOutput();
$output = new NullOutput;
$plugin = new Coverage($output);