Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 28, 2015
1 parent daf49f9 commit 271ccb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/ORM/EagerLoaderTest.php
Expand Up @@ -385,11 +385,11 @@ public function testNormalizedPath()
{
$contains = [
'clients' => [
'orders' => [
'orders' => [
'orderTypes',
'stuff' => ['stuffTypes']
],
'companies' => [
'companies' => [
'categories'
]
]
Expand Down

0 comments on commit 271ccb3

Please sign in to comment.