aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-09-08 18:08:56 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2008-09-08 18:10:23 -0700
commit1b94d5dc6500a34803fda784d87a361b532b3fb4 (patch)
tree2643c7e3584c697b36517417d9986625ac111543 /activesupport/lib/active_support/core_ext
parentdc0aed1151f418c417770539629d26fa34c03815 (diff)
downloadrails-1b94d5dc6500a34803fda784d87a361b532b3fb4.tar.gz
rails-1b94d5dc6500a34803fda784d87a361b532b3fb4.tar.bz2
rails-1b94d5dc6500a34803fda784d87a361b532b3fb4.zip
Fix indentation mismatch
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/conversions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb
index 2c606b401b..50dc7c61fc 100644
--- a/activesupport/lib/active_support/core_ext/hash/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb
@@ -156,7 +156,7 @@ module ActiveSupport #:nodoc:
XML_FORMATTING[type_name] ? XML_FORMATTING[type_name].call(value) : value,
attributes
)
- end
+ end
end
end