From f93b2e02a56a3b1f3041119e8302d43aeafc8284 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 5 May 2019 03:19:14 -0700 Subject: Run rubocop -a on CE files --- app/models/application_setting_implementation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/application_setting_implementation.rb') diff --git a/app/models/application_setting_implementation.rb b/app/models/application_setting_implementation.rb index ee12a1d09f3..e51619b0f9c 100644 --- a/app/models/application_setting_implementation.rb +++ b/app/models/application_setting_implementation.rb @@ -8,7 +8,7 @@ module ApplicationSettingImplementation \s # any whitespace character | # or [\r\n] # any number of newline characters - }x + }x.freeze # Setting a key restriction to `-1` means that all keys of this type are # forbidden. -- cgit v1.2.3