Skip to content

Commit

Permalink
Merge pull request #56 from spekulatius/tailing-spaces-3
Browse files Browse the repository at this point in the history
Remove tailing spaces
  • Loading branch information
assertchris committed Aug 20, 2015
2 parents 43bd6c5 + 0e835fa commit 20dc536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/tasks/engines/QueueRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class QueueRunner extends BaseRunner implements TaskRunnerEngine {
*/
public function runQueue($queue) {
$service = $this->getService();

$nextJob = $service->getNextPendingJob($queue);
$this->logDescriptorStatus($nextJob, $queue);

Expand Down

0 comments on commit 20dc536

Please sign in to comment.