From a0f995cd4db26c04d3604864b96029fe5d6d3390 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Wed, 5 Sep 2018 20:41:43 +0200 Subject: [PATCH] Removed unnecessary whitespaces in example config. --- config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index af954b9..e2644e3 100644 --- a/config.json.example +++ b/config.json.example @@ -4,8 +4,8 @@ "Password": "ChangeThis!", "Muc": "muc-to-feed@conference.example.com", "MucNick": "feedbot", -"MaxArticles": 5, -"RefreshTime": 30, +"MaxArticles": 5, +"RefreshTime": 30, "NoExcerpt": false, "Feeds": [ "https://www.debian.org/News/news", "https://www.debian.org/security/dsa-long" ]