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

@ -11,6 +11,6 @@ comments.each do |comment|
xml.dc :creator, comment.author.display_name if comment.author
xml.pubDate comment.created_at.to_formatted_s(:rfc822)
xml.pubDate comment.created_at.to_fs(:rfc822)
end
end