summary refs log tree commit diff
path: root/synapse/http/client.py
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-12-12 18:40:39 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-12-12 18:41:30 +0100
commit0648e76979e4626cf3719edc5958eb4f170e0d1e (patch)
tree6e654794e093fb586e02835ab9a1947156c9d6ef /synapse/http/client.py
parentFixup for #1689 and #1690 (diff)
downloadsynapse-0648e76979e4626cf3719edc5958eb4f170e0d1e.tar.xz
Remove spurious newline
Apparently I just removed the spaces instead...

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'synapse/http/client.py')
-rw-r--r--synapse/http/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py
index 37988716e7..ca2f770f5d 100644
--- a/synapse/http/client.py
+++ b/synapse/http/client.py
@@ -405,7 +405,6 @@ class SpiderEndpointFactory(object):
         )
 
 
-
 class SpiderHttpClient(SimpleHttpClient):
     """
     Separate HTTP client for spidering arbitrary URLs.