From 6d7f291b93c363ecee7a3f1e5f5e2cdf81a0fbae Mon Sep 17 00:00:00 2001
From: Daniel Wagner-Hall <daniel@matrix.org>
Date: Tue, 22 Sep 2015 13:13:07 +0100
Subject: [PATCH] Front-load spaces

---
 synapse/config/_base.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/synapse/config/_base.py b/synapse/config/_base.py
index b9983f72a2..ceef309afc 100644
--- a/synapse/config/_base.py
+++ b/synapse/config/_base.py
@@ -27,13 +27,13 @@ class ConfigError(Exception):
 class Config(object):
 
     stats_reporting_begging_spiel = (
-        "We would really appreciate it if you could help our project out by "
-        "reporting anonymized usage statistics from your homeserver. Only very "
-        "basic aggregate data (e.g. number of users) will be reported, but it "
-        "helps us to track the growth of the Matrix community, and helps us to "
-        "make Matrix a success, as well as to convince other networks that they "
-        "should peer with us.\n"
-        "Thank you."
+        "We would really appreciate it if you could help our project out by"
+        " reporting anonymized usage statistics from your homeserver. Only very"
+        " basic aggregate data (e.g. number of users) will be reported, but it"
+        " helps us to track the growth of the Matrix community, and helps us to"
+        " make Matrix a success, as well as to convince other networks that they"
+        " should peer with us."
+        "\nThank you."
     )
 
     @staticmethod
-- 
GitLab