From 426ca2eed598aa6afcbd0d406c0cc173b81dc548 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Wed, 22 Aug 2012 17:54:57 -0400
Subject: [PATCH] Remove commas (typo).

---
 lib/geocoder/results/nominatim.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/geocoder/results/nominatim.rb b/lib/geocoder/results/nominatim.rb
index 9f0e029e..a56bae86 100644
--- a/lib/geocoder/results/nominatim.rb
+++ b/lib/geocoder/results/nominatim.rb
@@ -66,8 +66,8 @@ module Geocoder::Result
     end
 
     def self.response_attributes
-      %w[place_id, osm_type, osm_id, boundingbox, license,
-         polygonpoints, display_name, class, type, stadium, suburb]
+      %w[place_id osm_type osm_id boundingbox license 
+         polygonpoints display_name class type stadium suburb]
     end
 
     response_attributes.each do |a|
-- 
GitLab