Fix indentation mismatch

This commit is contained in:
Jeremy Kemper
2008-09-08 18:08:56 -07:00
parent dc0aed1151
commit 1b94d5dc65
3 changed files with 3 additions and 3 deletions

View File

@@ -65,6 +65,6 @@ module ActiveSupport
end
end
end
end
end
end
end

View File

@@ -188,7 +188,7 @@ module ActiveSupport
"Callbacks must be a symbol denoting the method to call, a string to be evaluated, " +
"a block to be invoked, or an object responding to the callback method."
end
end
end
end
def should_run_callback?(*args)

View File

@@ -156,7 +156,7 @@ module ActiveSupport #:nodoc:
XML_FORMATTING[type_name] ? XML_FORMATTING[type_name].call(value) : value,
attributes
)
end
end
end
end