diff options
author | bigtone1284 <anthony.defreitas@gmail.com> | 2014-11-28 14:23:51 -0500 |
---|---|---|
committer | bigtone1284 <anthony.defreitas@gmail.com> | 2014-11-28 14:23:51 -0500 |
commit | c05cf18a6a90a7326b7f07502f7c3a3d75567c9a (patch) | |
tree | 955d9750b1488f2fc316ab5a62f4f53aea5f9eb6 /activesupport | |
parent | c6bd5284b3d0771e8b8790e5f5a03d21428c99e1 (diff) | |
download | rails-c05cf18a6a90a7326b7f07502f7c3a3d75567c9a.tar.gz rails-c05cf18a6a90a7326b7f07502f7c3a3d75567c9a.tar.bz2 rails-c05cf18a6a90a7326b7f07502f7c3a3d75567c9a.zip |
fixed indent of end in jdom.rb
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/xml_mini/jdom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini/jdom.rb b/activesupport/lib/active_support/xml_mini/jdom.rb index 27c64c4dca..f303daa1a7 100644 --- a/activesupport/lib/active_support/xml_mini/jdom.rb +++ b/activesupport/lib/active_support/xml_mini/jdom.rb @@ -141,7 +141,7 @@ module ActiveSupport (0...attributes.length).each do |i| attribute_hash[CONTENT_KEY] ||= '' attribute_hash[attributes.item(i).name] = attributes.item(i).value - end + end attribute_hash end |