Skip to content

Commit a15822f

Browse files
maurobaptistagithub-actions[bot]
maurobaptista
authored andcommitted
Fix styling
1 parent b8ac2d6 commit a15822f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Extensions/SlowestTests.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class SlowestTests implements BeforeFirstTestHook, AfterTestHook, AfterLastTestH
2323
public function __construct(public int $show = 10, public array $threshold = [
2424
'success' => 0.1,
2525
'warning' => 1,
26-
]) {
26+
])
27+
{
2728
$this->components = new Components();
2829
}
2930

0 commit comments

Comments
 (0)