removed \n

This commit is contained in:
nilsding 2014-12-19 23:21:15 +01:00
parent f6882d7fff
commit 23746221d4
1 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,6 @@ namespace :justask do
progress.increment
end
puts "\nPurged #{destroyed_count} dead notifications."
puts "Purged #{destroyed_count} dead notifications."
end
end