From 02b4449414748ceb0198a581496d4ff7fed69386 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 17 Mar 2019 02:04:38 +0000 Subject: Enable frozen_string_literal for all files under config directory (#26561). git-svn-id: http://svn.redmine.org/redmine/trunk@17982 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index c3926de61..27cf36a4b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang -- cgit v1.2.3