diff options
author | Go MAEDA <maeda@farend.jp> | 2021-05-29 07:01:46 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-05-29 07:01:46 +0000 |
commit | f217037771b2ca84f695fbd02f14098933c4f3e1 (patch) | |
tree | 96e88d78c36f355916639ccfa86e7949c9a935a5 | |
parent | 19189430200cad7157702cda6718680018e2c64e (diff) | |
download | redmine-f217037771b2ca84f695fbd02f14098933c4f3e1.tar.gz redmine-f217037771b2ca84f695fbd02f14098933c4f3e1.zip |
Remove trailing whitespaces in test/fixtures/watchers.yml (#7652).
git-svn-id: http://svn.redmine.org/redmine/trunk@21015 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/fixtures/watchers.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/watchers.yml b/test/fixtures/watchers.yml index 759ab51cc..fdcf5b382 100644 --- a/test/fixtures/watchers.yml +++ b/test/fixtures/watchers.yml @@ -1,13 +1,13 @@ ---- -watchers_001: +--- +watchers_001: watchable_type: Issue watchable_id: 2 user_id: 3 -watchers_002: +watchers_002: watchable_type: Message watchable_id: 1 user_id: 1 -watchers_003: +watchers_003: watchable_type: Issue watchable_id: 2 user_id: 1 |