summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-06 17:02:25 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-06 17:02:25 +0000
commite8b8406ecf2af0d98b759dbc7af81f298b3ad291 (patch)
tree7138974595634b36de7955151bccb6de7db82a26 /lib/tasks
parent3758328d609e947270db53f7d285c25f2e414f4b (diff)
downloadredmine-e8b8406ecf2af0d98b759dbc7af81f298b3ad291.tar.gz
redmine-e8b8406ecf2af0d98b759dbc7af81f298b3ad291.zip
change new line 'LF' to 'CRLF' and remove empty bottom line at lib/tasks/extract_fixtures.rake
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7743 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/extract_fixtures.rake3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tasks/extract_fixtures.rake b/lib/tasks/extract_fixtures.rake
index d2dbf091e..abebf2460 100644
--- a/lib/tasks/extract_fixtures.rake
+++ b/lib/tasks/extract_fixtures.rake
@@ -19,5 +19,4 @@ task :extract_fixtures => :environment do
}.to_yaml
end
end
-end
-
+end