From 46208a6743b16f8f9030318a773abdc268899c33 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 17 Mar 2019 00:23:17 +0000 Subject: [PATCH] Enable frozen_string_literal for app/views/*/*.builder (#26561). git-svn-id: http://svn.redmine.org/redmine/trunk@17979 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/feed.atom.builder | 2 +- app/views/journals/index.builder | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/common/feed.atom.builder b/app/views/common/feed.atom.builder index aa6021592..804ecfd0e 100644 --- a/app/views/common/feed.atom.builder +++ b/app/views/common/feed.atom.builder @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true xml.instruct! xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do diff --git a/app/views/journals/index.builder b/app/views/journals/index.builder index 8261a39ce..45839ed97 100644 --- a/app/views/journals/index.builder +++ b/app/views/journals/index.builder @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true xml.instruct! xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do