Fix indentation for wrapped method call

This commit is contained in:
Jack Wilsdon 2015-09-11 18:38:30 +01:00
parent 276c5da913
commit 8b7af7fe23

View file

@ -101,7 +101,7 @@ class HookPlugin(BeetsPlugin):
hook_command = hook_command.replace(original, hook_event)
hook_function = create_hook_function(self._log, hook_event,
hook_command, shell,
substitute_args)
hook_command, shell,
substitute_args)
self.register_listener(hook_event, hook_function)