From e4abb8b7a788a59e2d366b1b4bb40d9466392d99 Mon Sep 17 00:00:00 2001 From: Chris Sivanich Date: Wed, 23 Apr 2014 21:13:55 -0500 Subject: [PATCH] Fix whitespace issue --- dotbot/dispatcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dotbot/dispatcher.py b/dotbot/dispatcher.py index f6fae9d..bde47a9 100644 --- a/dotbot/dispatcher.py +++ b/dotbot/dispatcher.py @@ -22,7 +22,6 @@ class Dispatcher(object): def dispatch(self, tasks): success = True for task in tasks: - for action in task: if action == 'meta': self._handle_metadata(task['meta'])