summaryrefslogtreecommitdiff
path: root/new/splash/pages/index.xml.rb
diff options
context:
space:
mode:
authormms <git@sapka.me>2025-01-08 21:24:33 +0100
committermms <git@sapka.me>2025-01-08 21:24:33 +0100
commit4004a55b0e324c35cbc7d58b831e49efd484ab93 (patch)
tree3ff4c68c28165b6d08c1a49532e8421193433d65 /new/splash/pages/index.xml.rb
parent2781360c7c25404c5a1fd03ed3472d43367ed8c6 (diff)
feat: rubocop
Diffstat (limited to 'new/splash/pages/index.xml.rb')
-rw-r--r--new/splash/pages/index.xml.rb6
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