From 61b1ab0c206cce26867ba979643a234ee6ef98b5 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 8 Apr 2019 16:43:52 +0200 Subject: [PATCH] Remove whitespace --- config_local.example.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config_local.example.py b/config_local.example.py index 48ccfb9..c37c7ba 100644 --- a/config_local.example.py +++ b/config_local.example.py @@ -36,7 +36,8 @@ ZENCODER_NOTIFICATIONS_URL = 'http://zencoderfetcher/' # message: 'string', any text, it gets markdowned. # icon: 'string', any icon in font-pillar. e.g. 'pi-heart-filled' UI_ANNOUNCEMENT_NON_SUBSCRIBERS = { - 'category' : 'danger', - 'message' : 'Spring will swing away the gray clouds, until then, [take cover under Blender Cloud](https://cloud.blender.org)!', - 'icon' : 'pi-heart-filled', + 'category': 'danger', + 'message': 'Spring will swing away the gray clouds, until then, ' + '[take cover under Blender Cloud](https://cloud.blender.org)!', + 'icon': 'pi-heart-filled', }