Skip to content

Commit d78cd89

Browse files
GigaGiorgadzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent ca82fae commit d78cd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Infolist/PageBuilderPreviewEntryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'url' => 'https://example.com',
2626
],
2727
],
28-
'order' => 0
28+
'order' => 0,
2929
],
3030
[
3131
'block_type' => 'InvalidBlock',
@@ -46,7 +46,7 @@
4646
'url' => 'https://example.com',
4747
],
4848
],
49-
'order' => 3
49+
'order' => 3,
5050
]
5151
)->create([
5252
'page_builder_blockable_id' => $this->page->id,

0 commit comments

Comments
 (0)