Skip to content

Commit a5ff5c9

Browse files
authored
Fix indenting
1 parent 20a8efc commit a5ff5c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ContextTypes/AggregateRatingTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ class AggregateRatingTest extends TestCase
1515
'bestRating' => 4.5,
1616
'worstRating' => 1,
1717
'ratingCount' => 4,
18-
'itemReviewed' => [
19-
'@type' => 'Thing',
20-
'name' => 'Fluff Hut',
21-
],
18+
'itemReviewed' => [
19+
'@type' => 'Thing',
20+
'name' => 'Fluff Hut',
21+
],
2222
];
2323

2424
/**

0 commit comments

Comments
 (0)