diff --git a/Makefile b/Makefile index 74947ffc..43ccfd3b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ BUILD_FILE=core/build.go all: fmt vet build @echo "@ Done" - @echo -n "\n" test: build @go test ./...