Sfoglia il codice sorgente

Remove spurious newline

Apparently I just removed the spaces instead...

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Johannes Löthberg 7 anni fa
parent
commit
0648e76979
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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.