Skip to content

Commit

Permalink
Remove trailing \
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Lown committed Sep 28, 2016
1 parent 79f3f97 commit 70b4b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/edtf/humanize/interval.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def humanize
"#{simple_date_format(self.from)}"\
"#{Edtf::Humanize.configuration.interval_connector}"\
"#{apply_if_approximate(self.to)}"\
"#{simple_date_format(self.to)}"\
"#{simple_date_format(self.to)}"
end

private
Expand Down

0 comments on commit 70b4b9b

Please sign in to comment.