CRM-12595 fix formatting in tests files
[civicrm-core.git] / tests / phpunit / CRM / Queue / RunnerTest.php
index a4f2ec13233608904dfadee71c0cd2c71d6880d0..6dd3f381eebb44055ff43a8c2400d32dc360883a 100644 (file)
@@ -54,7 +54,7 @@ class CRM_Queue_RunnerTest extends CiviUnitTestCase {
   function tearDown() {
     unset($this->queue);
     unset($this->queueService);
-    
+
     CRM_Utils_Time::resetTime();
 
     $tablesToTruncate = array('civicrm_queue_item');
@@ -257,7 +257,7 @@ class CRM_Queue_RunnerTest extends CiviUnitTestCase {
   function _throwException($taskCtx, $value) {
     throw new Exception("Manufactured error: $value");
   }
-  
+
   static
   function _enqueueNumbers($taskCtx, $low, $high) {
     for ($i = $low; $i <= $high; $i++) {