From ce7951ae8f2725c427388eece9c1ad1ef28ba810 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Tue, 15 Dec 2015 11:28:47 +0000 Subject: Remove trailing whitespace While we're here, seeing as Adam mentioned it. Change-Id: I5ddb86c70d76a84cf12fbd4eb91f3802e490d745 --- lorry-controller-minion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lorry-controller-minion') 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() -- cgit v1.2.1