Browse Source

Fix whitespace

Mark Story 7 years ago
parent
commit
37d61bba45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/TableTest.php

+ 1 - 1
tests/TestCase/ORM/TableTest.php

@@ -5858,7 +5858,7 @@ class TableTest extends TestCase
     {
         $this->expectException(PersistenceFailedException::class);
         $this->expectExceptionMessage(
-            'Entity findOrCreate failure. ' . 
+            'Entity findOrCreate failure. ' .
             'Found the following errors (title._empty: "This field cannot be left empty").'
         );