From 5ed1b22df9ca390a46d4f7b77478cb2ad573097c Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Wed, 26 Oct 2011 22:00:40 -0400 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- .autotest | 2 +- doc/layouts/default/default.erb | 4 ++-- doc/output/style.css | 4 ++-- test/client/test_bdrb_job_queue.rb | 2 +- test/client/test_worker_proxy.rb | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.autotest b/.autotest index f906251..bb668e0 100644 --- a/.autotest +++ b/.autotest @@ -12,6 +12,6 @@ class Autotest result[filename] = File.stat(filename).mtime rescue next end - return result + return result end end diff --git a/doc/layouts/default/default.erb b/doc/layouts/default/default.erb index 75f0919..660e281 100644 --- a/doc/layouts/default/default.erb +++ b/doc/layouts/default/default.erb @@ -45,10 +45,10 @@ diff --git a/doc/output/style.css b/doc/output/style.css index 2892833..7c76a9b 100644 --- a/doc/output/style.css +++ b/doc/output/style.css @@ -1,4 +1,4 @@ -/* +/* Theme Name: Ginger Ninja! v2 Description: The new Ginger Ninja! theme. Version: 1.0 @@ -220,7 +220,7 @@ a:hover { margin-top:10px; } #sidebar li { - + } #sidebar li a { display:block; diff --git a/test/client/test_bdrb_job_queue.rb b/test/client/test_bdrb_job_queue.rb index 0e56d74..962f6a0 100644 --- a/test/client/test_bdrb_job_queue.rb +++ b/test/client/test_bdrb_job_queue.rb @@ -25,7 +25,7 @@ BdrbJobQueue.insert_job(:priority => 1, :worker_name => "hello_world",:worker_method => "foovar",:job_key => "1",:args => "priority 1", :scheduled_at => Time.now.utc) BdrbJobQueue.insert_job(:priority => 10, :worker_name => "hello_world",:worker_method => "foovar",:job_key => "10",:args => "priority 10", :scheduled_at => Time.now.utc) - [10,4,1].each do |priority| + [10,4,1].each do |priority| next_job = BdrbJobQueue.find_next("hello_world") next_job.taken.should == 1 next_job.started_at.should.not.be nil diff --git a/test/client/test_worker_proxy.rb b/test/client/test_worker_proxy.rb index 167d7aa..b873d53 100644 --- a/test/client/test_worker_proxy.rb +++ b/test/client/test_worker_proxy.rb @@ -89,7 +89,7 @@ value[:priority] == priority }.once end - + @worker_proxy.enq_foobar(:job_key => '4', :priority => 4, :arg => :hello) @worker_proxy.enq_foobar(:job_key => '2', :priority => 2, :arg => :hello) @worker_proxy.enq_foobar(:job_key => '10', :priority => 10, :arg => :hello)