From 391d997c2778801f5a47b24cce013d722ce0d834 Mon Sep 17 00:00:00 2001
From: k-halaburda <k.halaburda@gmail.com>
Date: Fri, 16 Aug 2013 10:02:50 +0200
Subject: [PATCH] Fixed some formatting

---
 lib/Cake/Test/Case/Model/ModelReadTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Cake/Test/Case/Model/ModelReadTest.php b/lib/Cake/Test/Case/Model/ModelReadTest.php
index 8c654501e..ac6eaa0b2 100644
--- a/lib/Cake/Test/Case/Model/ModelReadTest.php
+++ b/lib/Cake/Test/Case/Model/ModelReadTest.php
@@ -7976,7 +7976,7 @@ class ModelReadTest extends BaseModelTest {
 	public function testRelatedAfterFindCallback() {
 		$this->loadFixtures('Something', 'SomethingElse', 'JoinThing');
 		$Something = new Something();
-		
+
 		$Something->bindModel(array(
 			'hasMany' => array(
 				'HasMany' => array(