diff --git a/lib/geocoder/results/nominatim.rb b/lib/geocoder/results/nominatim.rb
index 9f0e029e9a23228429ddbdc61913b5946be5fbe3..a56bae86820e17c81dfd2449e37f14f63d609edb 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|