]> git.openstreetmap.org Git - rails.git/blobdiff - lib/diff_reader.rb
Update rss.rss.builder
[rails.git] / lib / diff_reader.rb
index 4591430763358e9016a4ff3a6837229fe662d385..6ffe3806a3a8c6925441f4ce8b0f6418494cb665 100644 (file)
@@ -57,7 +57,7 @@ class DiffReader
         # care of that for us.
         if @reader.node_type == 1 # element
           name = @reader.name
-          attributes =  {}
+          attributes = {}
 
           if @reader.has_attributes?
             while @reader.move_to_next_attribute == 1