1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 10:21:14 +00:00

Enable frozen_string_literal for app/views/*/*.builder (#26561).

git-svn-id: http://svn.redmine.org/redmine/trunk@17979 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-03-17 00:23:17 +00:00
parent 4f5a3a156c
commit 46208a6743
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
xml.instruct!
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do

View File

@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
xml.instruct!
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do