Skip to content

Commit 35302b8

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent fbf6528 commit 35302b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/Filament/Widgets/ComponentsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@
109109
Component::factory()->create([
110110
'name' => 'Forge',
111111
'component_group_id' => $componentGroup->id,
112-
'order' => 2
112+
'order' => 2,
113113
]);
114114

115115
Component::factory()->create([
116116
'name' => 'Cloud',
117117
'component_group_id' => $componentGroup->id,
118-
'order' => 1
118+
'order' => 1,
119119
]);
120120

121121
$component = livewire(Components::class);

0 commit comments

Comments
 (0)