From: Toshi MARUYAMA Date: Sun, 6 Nov 2011 17:02:25 +0000 (+0000) Subject: change new line 'LF' to 'CRLF' and remove empty bottom line at lib/tasks/extract_fixt... X-Git-Tag: 1.3.0~253 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e8b8406ecf2af0d98b759dbc7af81f298b3ad291;p=redmine.git 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 --- 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