From dbd23b2f7d4acf42311a69f854764919b7faa031 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 3 May 2022 10:45:29 -0400 Subject: [PATCH] format --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 41af7de7..6962da7a 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ clean: protoc-gen: @dune build @lint +format: + @dune fmt + WATCH ?= @all watch: @dune build $(WATCH) -w $(OPTS)