From f5d982eb0cdc2ddc5f1e449b78609e13067755a9 Mon Sep 17 00:00:00 2001 From: Tadahisa MOTOOKA Date: Sat, 12 Aug 2017 13:39:19 +0900 Subject: [PATCH] Removed trailing whitespace --- tests/TestCase/Database/ConnectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/Database/ConnectionTest.php b/tests/TestCase/Database/ConnectionTest.php index 9b373ac8801..245dc318ea4 100644 --- a/tests/TestCase/Database/ConnectionTest.php +++ b/tests/TestCase/Database/ConnectionTest.php @@ -490,7 +490,7 @@ public function testSimpleTransactions() /** * Tests that the destructor of Connection does not crash * when transaction is not closed - * + * * @return void */ public function testCloseConnectionWithUncommittedTransaction()