mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-26 18:31:14 +00:00
remove trailing white space from app/models/user_preference.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16076 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7fb2beebc1
commit
d42e8b3f5c
@ -94,7 +94,7 @@ class UserPreference < ActiveRecord::Base
|
||||
def my_page_settings(block=nil)
|
||||
s = self[:my_page_settings] ||= {}
|
||||
if block
|
||||
s[block] ||= {}
|
||||
s[block] ||= {}
|
||||
else
|
||||
s
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user