Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2022-06-14 19:04:39 +01:00
parent 6312e37f6b
commit 9adad9f90d
7 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ xml.item do
xml.dc :creator, note.author.display_name if note.author
xml.pubDate note.created_at.to_formatted_s(:rfc822)
xml.pubDate note.created_at.to_fs(:rfc822)
xml.geo :lat, note.lat
xml.geo :long, note.lon
xml.georss :point, "#{note.lat} #{note.lon}"