From 8f55224b0bcd5f644b18d5ac23618fb98623518c Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 23 Oct 2019 00:50:51 +0000 Subject: [PATCH] Remove trailing whitespaces from test/fixtures/user_preferences.yml git-svn-id: http://svn.redmine.org/redmine/trunk@18840 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/user_preferences.yml | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/test/fixtures/user_preferences.yml b/test/fixtures/user_preferences.yml index 14243e0bb..a08c46023 100644 --- a/test/fixtures/user_preferences.yml +++ b/test/fixtures/user_preferences.yml @@ -1,41 +1,41 @@ ---- -user_preferences_001: +--- +user_preferences_001: others: | - --- + --- :no_self_notified: false - :my_page_layout: - left: + :my_page_layout: + left: - latestnews - documents - right: + right: - issuesassignedtome - top: + top: - calendar id: 1 user_id: 1 hide_mail: true -user_preferences_002: +user_preferences_002: others: | - --- + --- :no_self_notified: false - + id: 2 user_id: 2 hide_mail: true -user_preferences_003: +user_preferences_003: others: | - --- + --- :no_self_notified: false - :my_page_layout: - left: + :my_page_layout: + left: - latestnews - documents - right: + right: - issuesassignedtome - top: + top: - calendar - + id: 3 user_id: 3 hide_mail: false -- 2.39.5