1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Remove trailing whitespaces from test/fixtures/user_preferences.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@18840 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-10-23 00:50:51 +00:00
parent 5d4f94142b
commit 8f55224b0b

View File

@ -1,41 +1,41 @@
--- ---
user_preferences_001: user_preferences_001:
others: | others: |
--- ---
:no_self_notified: false :no_self_notified: false
:my_page_layout: :my_page_layout:
left: left:
- latestnews - latestnews
- documents - documents
right: right:
- issuesassignedtome - issuesassignedtome
top: top:
- calendar - calendar
id: 1 id: 1
user_id: 1 user_id: 1
hide_mail: true hide_mail: true
user_preferences_002: user_preferences_002:
others: | others: |
--- ---
:no_self_notified: false :no_self_notified: false
id: 2 id: 2
user_id: 2 user_id: 2
hide_mail: true hide_mail: true
user_preferences_003: user_preferences_003:
others: | others: |
--- ---
:no_self_notified: false :no_self_notified: false
:my_page_layout: :my_page_layout:
left: left:
- latestnews - latestnews
- documents - documents
right: right:
- issuesassignedtome - issuesassignedtome
top: top:
- calendar - calendar
id: 3 id: 3
user_id: 3 user_id: 3
hide_mail: false hide_mail: false