Skip to content

Commit 920f283

Browse files
patinthehatactions-user
authored andcommitted
Fix styling
1 parent bfd4bc3 commit 920f283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CoverageCheckerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function it_gets_the_coverage_percentage_using_the_specified_precision()
2626
2 => 89.88,
2727
];
2828

29-
foreach($map as $precision => $value) {
29+
foreach ($map as $precision => $value) {
3030
$config = new Configuration(__DIR__ . '/data/coverage-clover.xml', false, false, false, 'element', $precision);
3131
$checker = new CoverageChecker(__DIR__ . '/data/coverage-clover.xml', $config);
3232

0 commit comments

Comments
 (0)