mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix: improve formatting (#1732)
This commit is contained in:
parent
90c7af27d7
commit
d26655371b
17 changed files with 55 additions and 30 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue