From 2ee971623c9756f8f90aae75f6dbe1edd6b71d2b Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Wed, 21 Jan 2009 14:07:20 +1100 Subject: [PATCH] whitespace --- lib/validates_timeliness/active_record/attribute_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/validates_timeliness/active_record/attribute_methods.rb b/lib/validates_timeliness/active_record/attribute_methods.rb index 393591a..c21e536 100644 --- a/lib/validates_timeliness/active_record/attribute_methods.rb +++ b/lib/validates_timeliness/active_record/attribute_methods.rb @@ -119,7 +119,7 @@ module ValidatesTimeliness def define_write_method_for_dates_and_times(attr_name, type, time_zone_aware) method_body = <<-EOV def #{attr_name}=(value) - write_date_time_attribute('#{attr_name}', value, #{type.inspect}, #{time_zone_aware}) + write_date_time_attribute('#{attr_name}', value, #{type.inspect}, #{time_zone_aware}) end EOV evaluate_attribute_method attr_name, method_body, "#{attr_name}="