From ceece29737f0a9ef1b810443743d0ba14da01d56 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 12 Apr 2021 09:57:18 -0500 Subject: [PATCH] Remove extra whitespace --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 5220d9a..553d844 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,6 @@ test-all: @./script/test_all.sh @./script/test_cockroach.sh - - dev: go build @echo "You can now execute ./pgweb"