From 1165790e7986d920c149afd0898bfc82a34249a5 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 14:43:10 +0000 Subject: Removed trailing whitespace from the code --- lib/custodian/queue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/queue.rb') diff --git a/lib/custodian/queue.rb b/lib/custodian/queue.rb index 740cdbf..24411f2 100644 --- a/lib/custodian/queue.rb +++ b/lib/custodian/queue.rb @@ -98,7 +98,7 @@ end foo, job = @redis.blpop('queue', :timeout => timeout) - if job + if job return job else sleep(timeout) -- cgit v1.2.1