From 330493a57275a2a9e81d310a9427bf78097c4eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81my=20Coutable?= Date: Mon, 5 Sep 2011 10:39:56 +0200 Subject: [PATCH] Don't put a newline in debug output --- lib/guard/hook.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/hook.rb b/lib/guard/hook.rb index c2ae4c2..3f57b30 100644 --- a/lib/guard/hook.rb +++ b/lib/guard/hook.rb @@ -35,7 +35,7 @@ module Guard event end.to_sym - UI.debug "\nHook :#{hook_name} executed for #{self.class}" + UI.debug "Hook :#{hook_name} executed for #{self.class}" Hook.notify(self.class, hook_name, *args) end