From 901a69e0f40b4eb4c99248834b32a92164cbaae7 Mon Sep 17 00:00:00 2001 From: Bram Ceulemans Date: Fri, 15 Mar 2019 22:10:25 +0100 Subject: [PATCH] Removed whitespace on empty line --- apprise/plugins/NotifyDiscord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/NotifyDiscord.py b/apprise/plugins/NotifyDiscord.py index 86c2ee40..e6b3523a 100644 --- a/apprise/plugins/NotifyDiscord.py +++ b/apprise/plugins/NotifyDiscord.py @@ -146,7 +146,7 @@ class NotifyDiscord(NotifyBase): 'title': title, 'type': 'rich', 'description': body, - + # Our color associated with our notification 'color': self.color(notify_type, int), }]