From eb91d0004103d5e3f6d4f21656cdabab19599603 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Wed, 2 Mar 2016 19:14:32 +0100 Subject: [PATCH] Removed empty line --- tests/BotTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/BotTest.php b/tests/BotTest.php index 26d08fc..ff10816 100644 --- a/tests/BotTest.php +++ b/tests/BotTest.php @@ -736,7 +736,6 @@ public function testAutorunOff() $this->bot->run(false); Phake::verify($client)->run($this->isType('array'), false); - } /*** SUPPORTING METHODS ***/