Browse Source

Fixing CS error

Patrick Conroy 11 years ago
parent
commit
5c399ca340
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php

+ 0 - 1
tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php

@@ -986,5 +986,4 @@ class TranslateBehaviorTest extends TestCase
         $result = $table->find()->first();
         $this->assertNull($result->description);
     }
-
 }