From cdc60965155534ec045521a4cb5ec7dfd82302e3 Mon Sep 17 00:00:00 2001 From: Romain Brucker Date: Thu, 28 Sep 2017 11:37:07 -0500 Subject: [PATCH] fixing indent --- awx/main/notifications/hipchat_backend.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/main/notifications/hipchat_backend.py b/awx/main/notifications/hipchat_backend.py index cc5cbbe71a..3d7505351b 100644 --- a/awx/main/notifications/hipchat_backend.py +++ b/awx/main/notifications/hipchat_backend.py @@ -26,11 +26,11 @@ class HipChatBackend(AWXBaseEmailBackend): def __init__(self, token, color, api_url, notify, fail_silently=False, **kwargs): super(HipChatBackend, self).__init__(fail_silently=fail_silently) self.token = token - if color is not None: - self.color = color.lower() + if color is not None: + self.color = color.lower() self.api_url = api_url self.notify = notify - + def send_messages(self, messages): sent_messages = 0