From 23746221d43275126e2d888d6d3787321a3e4e8e Mon Sep 17 00:00:00 2001 From: nilsding Date: Fri, 19 Dec 2014 23:21:15 +0100 Subject: [PATCH] removed \n --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 6a893c89..7f7ed899 100644 --- a/Rakefile +++ b/Rakefile @@ -95,6 +95,6 @@ namespace :justask do progress.increment end - puts "\nPurged #{destroyed_count} dead notifications." + puts "Purged #{destroyed_count} dead notifications." end end