Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann authored May 8, 2019
1 parent 20a8efc commit a5ff5c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ContextTypes/AggregateRatingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class AggregateRatingTest extends TestCase
'bestRating' => 4.5,
'worstRating' => 1,
'ratingCount' => 4,
'itemReviewed' => [
'@type' => 'Thing',
'name' => 'Fluff Hut',
],
'itemReviewed' => [
'@type' => 'Thing',
'name' => 'Fluff Hut',
],
];

/**
Expand Down

0 comments on commit a5ff5c9

Please sign in to comment.