1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-03 23:53:23 +00:00

remove trailing white space from config/initializers/30-redmine.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@14478 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-08-05 08:26:59 +00:00
parent 5bf63a6cac
commit 4501e9b6a3

View File

@ -15,7 +15,7 @@ if Object.const_defined?(:OpenIdAuthentication)
openid_authentication_store = Redmine::Configuration['openid_authentication_store']
OpenIdAuthentication.store =
openid_authentication_store.present? ?
openid_authentication_store : :memory
openid_authentication_store : :memory
end
Redmine::Plugin.load