From 62c3492c93e15ba529af106027962307dc1984f7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 24 Nov 2010 00:36:44 +0000 Subject: [PATCH] some whitespace cleanup --- lib/redistat.rb | 20 -------------------- spec/finder_spec.rb | 9 --------- spec/summary_spec.rb | 23 ----------------------- 3 files changed, 52 deletions(-) diff --git a/lib/redistat.rb b/lib/redistat.rb index 4d52389..4c151ee 100644 --- a/lib/redistat.rb +++ b/lib/redistat.rb @@ -82,23 +82,3 @@ module Redistat module_function :connect, :connection, :flush, :redis, :redis=, :options, :threaded end - - - - - - - - - - - - - - - - - - - - diff --git a/spec/finder_spec.rb b/spec/finder_spec.rb index 1200319..aaa0fec 100644 --- a/spec/finder_spec.rb +++ b/spec/finder_spec.rb @@ -101,12 +101,3 @@ describe Redistat::Finder do end end - - - - - - - - - diff --git a/spec/summary_spec.rb b/spec/summary_spec.rb index 68dde3b..eadcdbb 100644 --- a/spec/summary_spec.rb +++ b/spec/summary_spec.rb @@ -47,26 +47,3 @@ describe Redistat::Summary do end end - - - - - - - - - - - - - - - - - - - - - - -