lib/edtf/humanize/language/default/season.rb in edtf-humanize-2.1.0 vs lib/edtf/humanize/language/default/season.rb in edtf-humanize-2.2.0
- old
+ new
@@ -8,13 +8,13 @@
include Edtf::Humanize::Language::Default::Formats
extend self
def humanizer(date)
- "#{apply_prefix_if_approximate(date)}"\
- "#{translate_season(date.season)} #{date.year}"\
- "#{apply_suffix_if_approximate(date)}"\
- "#{apply_if_uncertain(date)}"
+ "#{apply_prefix_if_approximate(date)}" \
+ "#{translate_season(date.season)} #{date.year}" \
+ "#{apply_suffix_if_approximate(date)}" \
+ "#{apply_if_uncertain(date)}"
end
private
def translate_season(season)