mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 18:31:14 -03:00
Restyle
Mostly line breaks, one instance of tabs! For some reason clang-format insists on two spaces before a same-line comment? (I continue to be unimpressed with super-strict line length limits, but I continue to believe in automatic styling, so it is what it is) [ci skip]
This commit is contained in:
@@ -1478,7 +1478,7 @@ url = "http://localhost:%d/%s/%s" % (PORT, authkey, initial_tab)
|
||||
# Create temporary file to hold redirect to real server. This prevents exposing
|
||||
# the URL containing the authentication key on the command line (see
|
||||
# CVE-2014-2914 or https://github.com/fish-shell/fish-shell/issues/1438).
|
||||
f = tempfile.NamedTemporaryFile(prefix='web_config', suffix='.html', mode='w')
|
||||
f = tempfile.NamedTemporaryFile(prefix="web_config", suffix=".html", mode="w")
|
||||
|
||||
f.write(redirect_template_html % (url, url))
|
||||
f.flush()
|
||||
|
||||
Reference in New Issue
Block a user