Skip to content

Commit 20a8efc

Browse files
authored
Fix indenting
1 parent c175396 commit 20a8efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ContextTypes/AggregateRating.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class AggregateRating extends AbstractContext
1515
'bestRating' => null,
1616
'worstRating' => null,
1717
'ratingCount' => null,
18-
'itemReviewed' => Thing::class,
18+
'itemReviewed' => Thing::class,
1919
];
20-
}
20+
}

0 commit comments

Comments
 (0)