From 4004a55b0e324c35cbc7d58b831e49efd484ab93 Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 8 Jan 2025 21:24:33 +0100 Subject: feat: rubocop --- new/splash/pages/index.xml.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'new/splash/pages/index.xml.rb') 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 -- cgit v1.2.3