Skip to content

Commit

Permalink
Don't put a newline in debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy Coutable committed Sep 5, 2011
1 parent dc9bddf commit 330493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/hook.rb
Expand Up @@ -35,7 +35,7 @@ def hook(event, *args)
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
Expand Down

0 comments on commit 330493a

Please sign in to comment.