diff options
author | mms <git@sapka.me> | 2025-01-08 21:24:33 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2025-01-08 21:24:33 +0100 |
commit | 4004a55b0e324c35cbc7d58b831e49efd484ab93 (patch) | |
tree | 3ff4c68c28165b6d08c1a49532e8421193433d65 /new/splash/pages/index.xml.rb | |
parent | 2781360c7c25404c5a1fd03ed3472d43367ed8c6 (diff) |
feat: rubocop
Diffstat (limited to 'new/splash/pages/index.xml.rb')
-rw-r--r-- | new/splash/pages/index.xml.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/new/splash/pages/index.xml.rb b/new/splash/pages/index.xml.rb index 309cb005..01edf785 100644 --- a/new/splash/pages/index.xml.rb +++ b/new/splash/pages/index.xml.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Crys module Splash module Page @@ -13,14 +15,12 @@ module Crys end def filename - "index.xml" - + 'index.xml' end private attr_reader :main_rss - end end end |