From 2da9893da33f05fd9122b6052c67eabcd570b0d5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 03:15:21 -0400 Subject: Format --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6164ec8a4..f43c453b6 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,8 @@ lint: node_modules yarn lint go vet +fmt: node_modules + yarn fmt + go fmt + .PHONY: lint clean distclean -- cgit v1.2.3