mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
getdeps: code formatting
Summary: Our linter really wants to include formatting changes unrelated to my diff stack. This is a formatting only change to avoid clouding my diffs; no functional effect. Reviewed By: xavierd Differential Revision: D21364519 fbshipit-source-id: 7670dd4154e788f593f256aabdfdeef6d17aeec4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
74541a941f
commit
d334c275f6
@@ -639,7 +639,7 @@ def download_url_to_file_with_progress(url, file_name):
|
||||
end = time.time()
|
||||
sys.stdout.write(" [Complete in %f seconds]\n" % (end - start))
|
||||
sys.stdout.flush()
|
||||
print("%s" % (headers))
|
||||
print(f"{headers}")
|
||||
|
||||
|
||||
class ArchiveFetcher(Fetcher):
|
||||
|
Reference in New Issue
Block a user