diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-07-06 09:25:38 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-05 20:57:42 -0400 |
commit | 31eda28a640f1052ef3ccf57704c3f564cf5061f (patch) | |
tree | 2ed40397e288150ce1b1d55451244e7260619349 /tools/format.sh | |
parent | 131e0ce4c78f63469d9aeaad6bd06bbcfe099ee9 (diff) |
chore: clean up build_third_party.py
Diffstat (limited to 'tools/format.sh')
-rwxr-xr-x | tools/format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/format.sh b/tools/format.sh index bbb0c93c8..2845ecd64 100755 --- a/tools/format.sh +++ b/tools/format.sh @@ -9,6 +9,8 @@ gn format rust.gni gn format .gn yapf -i js/*.py +yapf -i tools/*.py + prettier --write \ js/deno.d.ts \ js/main.ts \ |