diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-04 14:50:28 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-04 16:43:08 -0400 |
commit | 06a28998ea3fd38a2173d71eeb3fae5fb5559b2e (patch) | |
tree | 79307e9e8c745ec56bc8c18570faccb498219c1a /tools/format.sh | |
parent | 72cd03a1c53633a216f5e284bd1820ea52bf795c (diff) |
Replace protobufs with flatbuffers
Diffstat (limited to 'tools/format.sh')
-rwxr-xr-x | tools/format.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/format.sh b/tools/format.sh index 1225ac08a..bbb0c93c8 100755 --- a/tools/format.sh +++ b/tools/format.sh @@ -15,7 +15,7 @@ prettier --write \ js/mock_runtime.js \ tsconfig.json # Do not format these. -# js/msg.pb.js -# js/msg.pb.d.ts +# js/msg_generated.ts +# js/flatbuffers.js rustfmt --write-mode overwrite src/*.rs |