summaryrefslogtreecommitdiff
path: root/tools/third_party.py
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-02-12 02:57:26 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-02-11 12:57:26 -0500
commitd26655371b796cf5dad762d1b7154c25251cb41d (patch)
tree756f7710b86d2678fbdc2434ae1630741c19edc6 /tools/third_party.py
parent90c7af27d7959e94a25f635e21b8d77cb347e135 (diff)
fix: improve formatting (#1732)
Diffstat (limited to 'tools/third_party.py')
-rw-r--r--tools/third_party.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/third_party.py b/tools/third_party.py
index 4f8a8b5b7..e08e8307d 100644
--- a/tools/third_party.py
+++ b/tools/third_party.py
@@ -255,8 +255,7 @@ def download_clang_format():
# Download clang by calling the clang update script.
def download_clang():
- run(['python', tp('v8/tools/clang/scripts/update.py')],
- env=google_env())
+ run(['python', tp('v8/tools/clang/scripts/update.py')], env=google_env())
def maybe_download_sysroot():