summaryrefslogtreecommitdiff
path: root/lorry-controller-minion
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2015-12-15 11:28:47 +0000
committerBen Brown <ben.brown@codethink.co.uk>2015-12-15 11:53:47 +0000
commitce7951ae8f2725c427388eece9c1ad1ef28ba810 (patch)
treebb7d0cb749446e7a9d7be02bacc4088e02be9ac3 /lorry-controller-minion
parentff83a8987cae6aba71e4b912d6f3dd7a390fc1c3 (diff)
downloadlorry-controller-ce7951ae8f2725c427388eece9c1ad1ef28ba810.tar.gz
Remove trailing whitespace
While we're here, seeing as Adam mentioned it. Change-Id: I5ddb86c70d76a84cf12fbd4eb91f3802e490d745
Diffstat (limited to 'lorry-controller-minion')
-rwxr-xr-xlorry-controller-minion4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry-controller-minion b/lorry-controller-minion
index 95ccef1..72f1a39 100755
--- a/lorry-controller-minion
+++ b/lorry-controller-minion
@@ -119,7 +119,7 @@ class MINION(cliapp.Application):
except WEBAPPError as e:
logging.error(str(e))
return None
-
+
obj = json.loads(body)
if obj.get('job_id', None):
return obj
@@ -303,6 +303,6 @@ class MINION(cliapp.Application):
except ValueError:
logging.warning('error converting %r to string' % words[0])
return 0
-
+
MINION().run()