From f6fe3eda2a1c312b544df9b75188fa267e6cc8a9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 11 Jul 2013 19:42:02 +0900 Subject: [PATCH] add newline at end of lib/tasks/extract_fixtures.rake --- lib/tasks/extract_fixtures.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/extract_fixtures.rake b/lib/tasks/extract_fixtures.rake index 3c21fbb2e7..42c699d095 100644 --- a/lib/tasks/extract_fixtures.rake +++ b/lib/tasks/extract_fixtures.rake @@ -35,4 +35,4 @@ task :extract_fixtures => :environment do }.to_yaml end end -end \ No newline at end of file +end