From 61dd1c3f9d178b1f52c1e2623663d80a76f10490 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 21 Jan 2014 20:23:12 -0500 Subject: [PATCH] Fix trailing whitespace. --- lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php index 888ffeb79f7..62637601743 100644 --- a/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php @@ -274,7 +274,7 @@ public function testLocaleSingleWithConditions() { ); $this->assertEquals($expected, $result); } - + /** * testLocaleSingleCountWithConditions method *