summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 21:47:39 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 21:47:39 -0400
commit8a7ac7f4f3aacfe322732c616c7622c79db9fae3 (patch)
tree38e68c1e3398330d0d5ab4e04a50ced22dd4a75e /Makefile
parent471a4f461a608179cead961a5f4240c302d4a5d1 (diff)
Run clang-format on msg.proto
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93791200e..e201e7855 100644
--- a/Makefile
+++ b/Makefile
@@ -34,5 +34,6 @@ lint: node_modules
fmt: node_modules
yarn fmt
go fmt
+ clang-format msg.proto -i
.PHONY: lint clean distclean