summary refs log tree commit diff
path: root/lib/presque/worker.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/presque/worker.pm')
-rw-r--r--lib/presque/worker.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/presque/worker.pm b/lib/presque/worker.pm
index cd6e3fc..dc36260 100644
--- a/lib/presque/worker.pm
+++ b/lib/presque/worker.pm
@@ -69,7 +69,6 @@ has rest_client => (
           Net::Presque->new(api_base_url => $self->context->{rest}->{url});
         $client;
     },
-
     handles => {
         pull              => 'fetch_job',
         retry_job         => 'failed_job',