summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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