Skip to content

Commit

Permalink
Remove tailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Thaleikis committed Aug 20, 2015
1 parent 4af3832 commit 0e835fa
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 0e835fa

Please sign in to comment.