Browse Source

[lint] Remove whitespace

From GH GUI
Allen 3 years ago
parent
commit
67fb6fba84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/xpath.py

+ 1 - 1
searx/engines/xpath.py

@@ -173,7 +173,7 @@ def request(query, params):
 
     params['cookies'] = cookies
     params['headers'] = headers
-    
+
     params['url'] = search_url.format(**fargs)
     params['soft_max_redirects'] = soft_max_redirects