Skip to content

Commit 8af2974

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 8977bc8 commit 8af2974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Views/ComponentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
it('shows the current status for a component with no linked incidents', function () {
1111
$component = Component::factory()->create([
12-
'status' => ComponentStatusEnum::operational->value
12+
'status' => ComponentStatusEnum::operational->value,
1313
]);
1414

1515
$view = $this->view('cachet::components.component', [

0 commit comments

Comments
 (0)