summaryrefslogtreecommitdiffstats
path: root/app/controllers/imports_controller.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-16 09:37:35 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-16 09:37:35 +0000
commit07b3087fda0e84d4a7609a04f8adb8450b062861 (patch)
treee96b036e82124d573b9f1bb057468d5bccec15a1 /app/controllers/imports_controller.rb
parente70c283a22dd18cbeb8661ad80062776658325e2 (diff)
downloadredmine-07b3087fda0e84d4a7609a04f8adb8450b062861.tar.gz
redmine-07b3087fda0e84d4a7609a04f8adb8450b062861.zip
Enable frozen_string_literal for some files under app and lib directory (#26561).
git-svn-id: http://svn.redmine.org/redmine/trunk@17977 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/imports_controller.rb')
-rw-r--r--app/controllers/imports_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb
index 4fa3f6b4c..54c739cca 100644
--- a/app/controllers/imports_controller.rb
+++ b/app/controllers/imports_controller.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
# Redmine - project management software
# Copyright (C) 2006-2017 Jean-Philippe Lang