From 5cc75a9059904d950a155e1c7766f33383d66bc2 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Thu, 21 Apr 2011 12:05:40 -0400
Subject: [PATCH] Clean up code whitespace.

---
 lib/geocoder/lookups/yahoo.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/geocoder/lookups/yahoo.rb b/lib/geocoder/lookups/yahoo.rb
index e95c0635..d035503a 100644
--- a/lib/geocoder/lookups/yahoo.rb
+++ b/lib/geocoder/lookups/yahoo.rb
@@ -18,7 +18,7 @@ module Geocoder::Lookup
 
     def query_url(query, reverse = false)
       params = {
-        :location =>  query,
+        :location => query,
         :flags => "JXTSR",
         :gflags => "AC#{'R' if reverse}",
         :locale => "#{Geocoder::Configuration.language}_US",
@@ -28,4 +28,3 @@ module Geocoder::Lookup
     end
   end
 end
-
-- 
GitLab