diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 13:17:04 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 13:17:06 +0200 |
commit | a6880dad6534ee9e1637c5098698cf32a4f1527e (patch) | |
tree | a2550c4d6602068e60634eb5f85bab70625611d0 /deno2/tools | |
parent | 12cded8af624bf15ce46bd82c6ae576daf0f0aad (diff) |
make_snapshot should be private
Now deno.h doesn't export v8.h and is self contained.
Diffstat (limited to 'deno2/tools')
-rwxr-xr-x | deno2/tools/format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh index e4fe09f82..25c9f4a89 100755 --- a/deno2/tools/format.sh +++ b/deno2/tools/format.sh @@ -1,6 +1,6 @@ #!/bin/sh cd `dirname "$0"`/.. -clang-format -i -style Google *.cc *.h +clang-format -i -style Google *.cc *.h include/*.h gn format BUILD.gn gn format .gn yapf -i tools/*.py |