1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-08 18:02:05 +03:00

apply black 20.8b1 formatting update

Summary:
allow-large-files

black_any_style

Reviewed By: zertosh

Differential Revision: D24325133

fbshipit-source-id: b4afe80d1e8b2bc993f4b8e3822c02964df47462
This commit is contained in:
John Reese
2020-10-14 20:19:13 -07:00
committed by Facebook GitHub Bot
parent 839670ed60
commit b0335039ca
12 changed files with 84 additions and 84 deletions

View File

@@ -11,8 +11,8 @@ import sys
def is_windows():
""" Returns true if the system we are currently running on
is a Windows system """
"""Returns true if the system we are currently running on
is a Windows system"""
return sys.platform.startswith("win")