← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ilasc/turnip:remove-white-spaces-celery-py into turnip:master

 

Ioana Lasc has proposed merging ~ilasc/turnip:remove-white-spaces-celery-py into turnip:master.

Commit message:
Remove trailing whitespaces

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/402987
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ilasc/turnip:remove-white-spaces-celery-py into turnip:master.
diff --git a/charm/turnip-celery/lib/charms/turnip/celery.py b/charm/turnip-celery/lib/charms/turnip/celery.py
index b589249..5bbfd36 100644
--- a/charm/turnip-celery/lib/charms/turnip/celery.py
+++ b/charm/turnip-celery/lib/charms/turnip/celery.py
@@ -44,9 +44,9 @@ def configure_celery():
         '/lib/systemd/system/turnip-celery-repack.service',
         context, perms=0o644)
     if host.service_running('turnip-celery-repack'):
-        host.service_stop('turnip-celery-repack')        
+        host.service_stop('turnip-celery-repack')
     reload_systemd()
     if not host.service_resume('turnip-celery'):
         raise RuntimeError('Failed to start turnip-celery')
     if not host.service_resume('turnip-celery-repack'):
-        raise RuntimeError('Failed to start turnip-celery-repack')    
+        raise RuntimeError('Failed to start turnip-celery-repack')