Removed useless \n when saying 'Bye bye...'

This commit is contained in:
Thibaud Guillaume-Gentil 2011-05-13 22:05:58 +02:00
parent 71d8c7009b
commit e0ca761a25

View File

@ -9,7 +9,7 @@ module Guard
end end
def stop def stop
UI.info "Bye bye...\n", :reset => true UI.info "Bye bye...", :reset => true
::Guard.listener.stop ::Guard.listener.stop
::Guard.guards.each { |guard| ::Guard.supervised_task(guard, :stop) } ::Guard.guards.each { |guard| ::Guard.supervised_task(guard, :stop) }
abort abort