diff options
author | Go MAEDA <maeda@farend.jp> | 2018-10-05 05:26:30 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-10-05 05:26:30 +0000 |
commit | 0438d68db8ca3595713047183b1bff54d7bf53f1 (patch) | |
tree | 295bebb431edca52f10721cd9c2152097a649de0 /test | |
parent | 86a13c553622ba9ea088ebb4fdd39afddb378481 (diff) | |
download | redmine-0438d68db8ca3595713047183b1bff54d7bf53f1.tar.gz redmine-0438d68db8ca3595713047183b1bff54d7bf53f1.zip |
Remove trailing whitespaces from test/fixtures/documents.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@17572 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/documents.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/documents.yml b/test/fixtures/documents.yml index fb2e0e46d..eda9a1046 100644 --- a/test/fixtures/documents.yml +++ b/test/fixtures/documents.yml @@ -1,11 +1,11 @@ -documents_001: +documents_001: created_on: 2007-01-27 15:08:27 +01:00 project_id: 1 title: "Test document" id: 1 description: "Document description" category_id: 1 -documents_002: +documents_002: created_on: 2007-02-12 15:08:27 +01:00 project_id: 1 title: "An other document" |