Quellcode durchsuchen

Remove spurious newline

Apparently I just removed the spaces instead...

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Johannes Löthberg vor 7 Jahren
Ursprung
Commit
0648e76979
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      synapse/http/client.py

+ 0 - 1
synapse/http/client.py

@@ -405,7 +405,6 @@ class SpiderEndpointFactory(object):
         )
 
 
-
 class SpiderHttpClient(SimpleHttpClient):
     """
     Separate HTTP client for spidering arbitrary URLs.