Skip to content

Commit e4cfc54

Browse files
committed
Fix CS whitespaces
1 parent 73b62e3 commit e4cfc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Resque_Worker
6363
public function __construct($queues)
6464
{
6565
$this->logger = new Resque_Log();
66-
66+
6767
if(!is_array($queues)) {
6868
$queues = array($queues);
6969
}

0 commit comments

Comments
 (0)