diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:23:46 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:23:46 +0000 |
commit | d2f8a091b0b6c32207624e3cc5af81ffbca4aba6 (patch) | |
tree | b244cb665c36fa27ed79bd5860c7264ebeb90309 /lib/custodian/queue.rb | |
parent | 775e9c5bbe2d132668e453965023adbf25cf0fd4 (diff) |
Remove spaces inside blocks.
Diffstat (limited to 'lib/custodian/queue.rb')
-rw-r--r-- | lib/custodian/queue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/queue.rb b/lib/custodian/queue.rb index 51d3a3c..740cdbf 100644 --- a/lib/custodian/queue.rb +++ b/lib/custodian/queue.rb @@ -145,7 +145,7 @@ end # def initialize host = ENV['QUEUE_ADDRESS'] || '127.0.0.1' - @queue = Beanstalk::Pool.new(["#{host}:11300" ]) + @queue = Beanstalk::Pool.new(["#{host}:11300"]) end |